diff options
author | Richard Henderson <rth@redhat.com> | 2001-09-11 18:26:04 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-09-11 18:26:04 +0000 |
commit | d61a78a7afc8aff36e96a065460943aea80f39b4 (patch) | |
tree | c7f3f304c28df1b8cac970fbdaf6bd3343f357ca /gas/config/tc-alpha.h | |
parent | f94952df275cf6c0435a486a654476b0dac3f632 (diff) | |
download | gdb-d61a78a7afc8aff36e96a065460943aea80f39b4.zip gdb-d61a78a7afc8aff36e96a065460943aea80f39b4.tar.gz gdb-d61a78a7afc8aff36e96a065460943aea80f39b4.tar.bz2 |
* config/tc-alpha.c (alpha_elf_section_letter): New.
(alpha_elf_section_flags): New.
* config/tc-alpha.h (md_elf_section_letter): New.
(md_elf_section_flags): New.
* config/tc-ia64.c (ia64_elf_section_letter): New.
* config/tc-ia64.h (md_elf_section_letter): New.
Diffstat (limited to 'gas/config/tc-alpha.h')
-rw-r--r-- | gas/config/tc-alpha.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/tc-alpha.h b/gas/config/tc-alpha.h index 1eabfd0..b5121d2 100644 --- a/gas/config/tc-alpha.h +++ b/gas/config/tc-alpha.h @@ -108,6 +108,11 @@ extern void alpha_frob_file_before_adjust PARAMS ((void)); #define ELF_TC_SPECIAL_SECTIONS \ { ".sdata", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_ALPHA_GPREL }, \ { ".sbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_ALPHA_GPREL }, + +#define md_elf_section_letter alpha_elf_section_letter +extern int alpha_elf_section_letter PARAMS ((int, char **)); +#define md_elf_section_flags alpha_elf_section_flags +extern flagword alpha_elf_section_flags PARAMS ((flagword, int, int)); #endif /* Whether to add support for explict !relocation_op!sequence_number. At the |