* cris.h (EF_CRIS_UNDERSCORE): New.
This commit is contained in:
parent
830ac3d276
commit
2470ae91c3
|
@ -1,3 +1,7 @@
|
|||
2000-09-29 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* cris.h (EF_CRIS_UNDERSCORE): New.
|
||||
|
||||
2000-09-27 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* hppa.h (R_PARISC_DIR14F): Add.
|
||||
|
|
|
@ -41,4 +41,7 @@ START_RELOC_NUMBERS (elf_cris_reloc_type)
|
|||
|
||||
END_RELOC_NUMBERS (R_CRIS_max)
|
||||
|
||||
/* User symbols in this file have a leading underscore. */
|
||||
#define EF_CRIS_UNDERSCORE 0x00000001
|
||||
|
||||
#endif /* _ELF_CRIS_H */
|
||||
|
|
Loading…
Reference in New Issue