]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
* config/obj-elf.c (obj_elf_section_type): Add prototype
authorNick Clifton <nickc@redhat.com>
Wed, 23 Apr 2008 13:54:56 +0000 (13:54 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 23 Apr 2008 13:54:56 +0000 (13:54 +0000)
commit44bf236263c18e330e4928f92bd09721d75610c6
treecb164677175dee5c3b4517e717741c855d9cacaa
parent09d71d234aed77ea5c32dbdaf9409f35e3ba0e22
    * config/obj-elf.c (obj_elf_section_type): Add prototype
        before obj_elf_section_word and add 'warn' arg.
        (obj_elf_section_word): Add type pointer arg, and if no #SECTION
        is matched, try checking for #SECTION_TYPE.
        (obj_elf_section): Adjust for new args.
        (obj_elf_type_name): New function.
        (obj_elf_type): Call it, and accept STT_foo number strings
        in .type statements as output by SunPRO compiler.
gas/config/obj-elf.c
gas/config/tc-arm.c