aboutsummaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-11-09 18:07:10 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-11-09 18:07:10 +0000
commit0420f52b9441ae498323d1656d5d2af66a1e13c7 (patch)
tree94d8720f0dced7178a6a90d972dcde6f0046a096 /gas/read.h
parentde863c74750924a0c3e8fae251c49c69e3ddff36 (diff)
downloadgdb-0420f52b9441ae498323d1656d5d2af66a1e13c7.zip
gdb-0420f52b9441ae498323d1656d5d2af66a1e13c7.tar.gz
gdb-0420f52b9441ae498323d1656d5d2af66a1e13c7.tar.bz2
* 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 4e5d1bb..81b958a 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);