]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
* read.h (s_vendor_attribute): Move to...
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 9 Nov 2012 18:07:10 +0000 (18:07 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 9 Nov 2012 18:07:10 +0000 (18:07 +0000)
commit0420f52b9441ae498323d1656d5d2af66a1e13c7
tree94d8720f0dced7178a6a90d972dcde6f0046a096
parentde863c74750924a0c3e8fae251c49c69e3ddff36
* 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.
gas/ChangeLog
gas/config/obj-elf.c
gas/config/obj-elf.h
gas/config/tc-arm.c
gas/config/tc-tic6x.c
gas/read.c
gas/read.h