Remove extraneous whitespace
This commit is contained in:
parent
e3806b3775
commit
cc51ea7952
|
@ -1,3 +1,7 @@
|
||||||
|
2001-03-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* mips.h: Remove extraneous whitespace.
|
||||||
|
|
||||||
2001-03-22 Hans-Peter Nilsson <hp@axis.com>
|
2001-03-22 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* cris.h: Add leading comment about PC-relative location.
|
* cris.h: Add leading comment about PC-relative location.
|
||||||
|
|
|
@ -102,7 +102,7 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
|
||||||
/* Code in file uses new ABI (-n32 on Irix 6). */
|
/* Code in file uses new ABI (-n32 on Irix 6). */
|
||||||
#define EF_MIPS_ABI2 0x00000020
|
#define EF_MIPS_ABI2 0x00000020
|
||||||
|
|
||||||
/* Indicates code compiled for a 64-bit machine in 32-bit mode.
|
/* Indicates code compiled for a 64-bit machine in 32-bit mode.
|
||||||
(regs are 32-bits wide.) */
|
(regs are 32-bits wide.) */
|
||||||
#define EF_MIPS_32BITMODE 0x00000100
|
#define EF_MIPS_32BITMODE 0x00000100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue