diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2010-07-15 14:34:42 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2010-07-15 14:34:42 +0000 |
commit | 6e8bd58f83483eae7876138516e0131e82cfa369 (patch) | |
tree | 43c9ea0133b6e24586608fd1fae1f26c70a6535e /gas/ChangeLog | |
parent | 1e17085deafbe5810325beee249549d23e778ce1 (diff) | |
download | fsf-binutils-gdb-6e8bd58f83483eae7876138516e0131e82cfa369.zip fsf-binutils-gdb-6e8bd58f83483eae7876138516e0131e82cfa369.tar.gz fsf-binutils-gdb-6e8bd58f83483eae7876138516e0131e82cfa369.tar.bz2 |
* config/obj-elf.c (get_sym_from_input_line_and_check): New
function to catch missing pseudo-op arguments.
(obj_elf_local): Call new function.
(obj_elf_weak): Likewise.
(obj_elf_visibility): Likewise.
(obj_elf_vtable_entry): Likewise.
(obj_elf_type): Likewise.
testsuite/
* gas/elf/pseudo.s: New.
* gas/elf/pseudo.l: New.
* gas/elf/pseudo.d: New.
* gas/elf/elf.exp: Run the new test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7f541c5..2a0f291 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2010-07-15 Rhonda Wittels <rhonda@codesourcery.com> + + * config/obj-elf.c (get_sym_from_input_line_and_check): New + function to catch missing pseudo-op arguments. + (obj_elf_local): Call new function. + (obj_elf_weak): Likewise. + (obj_elf_visibility): Likewise. + (obj_elf_vtable_entry): Likewise. + (obj_elf_type): Likewise. + 2010-07-15 Kai Tietz <kai.tietz@onevision.com> * config/obj-coff-seh.c |