From f680e9734ea45cda9143f8f5bcba6bde534c7b49 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 29 Sep 2000 16:52:42 +0000 Subject: [PATCH] * cris.h (EF_CRIS_UNDERSCORE): New. --- include/elf/ChangeLog | 4 ++++ include/elf/cris.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5431e8e..75becba 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2000-09-29 Hans-Peter Nilsson + + * cris.h (EF_CRIS_UNDERSCORE): New. + 2000-09-27 Alan Modra * hppa.h (R_PARISC_DIR14F): Add. diff --git a/include/elf/cris.h b/include/elf/cris.h index 576630d..957f194 100644 --- a/include/elf/cris.h +++ b/include/elf/cris.h @@ -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 */ -- 2.7.4