]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas/
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 3 May 2003 16:04:12 +0000 (16:04 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 3 May 2003 16:04:12 +0000 (16:04 +0000)
commit711ef82f1d0a4fb40bcec63df99e9beddd125659
treec761d6195de76114d16a0aa9d7315cfa44e185e7
parent74cb52a637dc91275cfbf4f6b5ff003b0c782e2a
gas/

2003-05-03  H.J. Lu <hjl@gnu.org>

* config/obj-elf.c (obj_elf_parse_section_letters): Make it a
fatal error for unknown section attribute.

* config/tc-alpha.c (alpha_elf_section_letter): Return -1 for
unknown section attribute.
* config/tc-ia64.c (ia64_elf_section_letter): Likewise.
* config/tc-ppc.c (ppc_section_letter): Likewise.

* config/tc-ia64.c (ia64_elf_section_letter): Handle 'o'.
(ia64_elf_section_type): Accept "unwind".

gas/testsuite/

2003-05-03  H.J. Lu <hjl@gnu.org>

* gas/ia64/ia64.exp: Add unwind.

* gas/ia64/unwind.s: New. Test the new section attribute 'o'
and the new section type "unwind".
* gas/ia64/unwind.d: Likewise.
gas/ChangeLog
gas/config/obj-elf.c
gas/config/tc-alpha.c
gas/config/tc-ia64.c
gas/config/tc-ppc.c
gas/testsuite/ChangeLog
gas/testsuite/gas/ia64/ia64.exp
gas/testsuite/gas/ia64/unwind.d [new file with mode: 0644]
gas/testsuite/gas/ia64/unwind.s [new file with mode: 0644]