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-ia64.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-ia64.h')
-rw-r--r-- | gas/config/tc-ia64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index eaeca1c..d87b205 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -81,6 +81,7 @@ extern void ia64_cons_fix_new PARAMS ((fragS *f, int where, int nbytes, expressionS *exp)); extern void ia64_validate_fix PARAMS ((struct fix *fix)); extern char * ia64_canonicalize_symbol_name PARAMS ((char *)); +extern int ia64_elf_section_letter PARAMS ((int, char **)); extern flagword ia64_elf_section_flags PARAMS ((flagword, int, int)); extern int ia64_elf_section_type PARAMS ((const char *, size_t len)); extern long ia64_pcrel_from_section PARAMS ((struct fix *fix, segT sec)); @@ -104,6 +105,7 @@ extern void ia64_handle_align PARAMS ((fragS *f)); as_fatal ("ia64_create_short_jump") #define md_estimate_size_before_relax(f,s) \ (as_fatal ("ia64_estimate_size_before_relax"), 1) +#define md_elf_section_letter ia64_elf_section_letter #define md_elf_section_flags ia64_elf_section_flags #define TC_FIX_TYPE struct ia64_fix #define TC_INIT_FIX_DATA(f) { f->tc_fix_data.opnd = 0; } |