summaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-11-09 18:07:08 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-11-09 18:07:08 +0000
commitee10ad3624eefd119c4edfa69da7510d701f3926 (patch)
treea814f2ac0dd800abab42bba94bacbf28bb2f2e15 /gas/read.h
parent79f5ae397a764b301812c93498ac2a8b666deae8 (diff)
downloadbinutils-redhat-ee10ad3624eefd119c4edfa69da7510d701f3926.tar.gz
* read.h (s_vendor_attribute): Move to...
* config/obj-elf.h (obj_elf_vendor_attribute): ... here. * read.c (potable): Remove "gnu_attribute". (skip_whitespace, skip_past_char, skip_past_comma): Delete, move to config/obj-elf.c. (s_vendor_attribute): Delete, move to obj_elf_vendor_attribute in config/obj-elf.c. (s_gnu_attribute): Delete, move to obj_elf_gnu_attribute in config/obj-elf.c. * config/obj-elf.c (elf_pseudo_table): Add "gnu_attribute". (skip_whitespace, skip_past_char, skip_past_comma): New, moved from read.c. (obj_elf_vendor_attribute): New, moved from s_vendor_attribute in read.c. (obj_elf_gnu_attribute): New, moved from s_gnu_attribute in read.c. * config/tc-arm.c (s_arm_eabi_attribute): Rename s_vendor_attribute to obj_elf_vendor_attribute. * config/tc-tic6x.c (s_tic6x_c6xabi_attribute): Likewise.
Diffstat (limited to 'gas/read.h')
-rw-r--r--gas/read.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/read.h b/gas/read.h
index 4e5d1bbd2d..81b958ac14 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -190,5 +190,4 @@ extern void stringer (int append_zero);
extern void s_xstab (int what);
extern void s_rva (int);
extern void s_incbin (int);
-extern int s_vendor_attribute (int);
extern void s_weakref (int);