re PR target/15331 (Assembler error building gnatlib on IRIX 6.5 with GNU as 2.14.91)
PR target/15331 * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '. From-SVN: r81737
This commit is contained in:
parent
e51f915912
commit
f5657d6742
2 changed files with 6 additions and 1 deletions
|
@ -121,7 +121,7 @@ package body System.Machine_State_Operations is
|
|||
-- load/store instructions used to save/restore machine instructions.
|
||||
|
||||
Roff : constant Character := Character'Val (o32n * Character'Pos ('4') +
|
||||
n32n * Character'Pos (' '));
|
||||
n32n * Character'Pos ('0'));
|
||||
-- Offset from first byte of a __uint64 register save location where
|
||||
-- the register value is stored. For n32/64 we store the entire 64
|
||||
-- bit register into the uint64. For o32, only 32 bits are stored
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2004-05-12 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
PR target/15331
|
||||
* 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
|
||||
|
||||
2004-05-11 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* utils.c (max_size): Use MIN_EXPR to find the minimum value of a
|
||||
|
|
Loading…
Add table
Reference in a new issue