]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/obj-som.c
Fix an internal compiler error when attempting to create a second $GDB_DEBUG$ section.
authorNick Clifton <nickc@redhat.com>
Thu, 13 Aug 2020 10:50:13 +0000 (11:50 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 13 Aug 2020 10:50:13 +0000 (11:50 +0100)
commit8118fd4346e353323cda683c5158f90efedf1002
tree22a642315a20869f00dc3c1bd1fbc4330705a9cd
parent73d0dc162e04036ef4752f2cdc09cbfff8437c22
Fix an internal compiler error when attempting to create a second $GDB_DEBUG$ section.

PR 26359
* config/obj-som.c (obj_som_init_stab_section): Do nothing if the
$GDB_DEBUG$ section has already been created.
gas/ChangeLog
gas/config/obj-som.c