aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-05-27 20:00:11 +0930
committerAlan Modra <amodra@gmail.com>2019-05-28 10:55:21 +0930
commita7b34aba62ce347b4e64ca197a5c8b997e3b72df (patch)
treeb9385b316cffcab665d9c580d6353bba23859770 /bfd/config.bfd
parent0eb32b6e1dee07ac199b4bba855205e4de099213 (diff)
downloadgdb-a7b34aba62ce347b4e64ca197a5c8b997e3b72df.zip
gdb-a7b34aba62ce347b4e64ca197a5c8b997e3b72df.tar.gz
gdb-a7b34aba62ce347b4e64ca197a5c8b997e3b72df.tar.bz2
Obsolete tic30-aout, and linker segmentation faults
See also the FIXME. tic30-aout linker support is so bad (and has been that way since the initial tic30-aout commit) that I'm obsoleting the target. This patch fixes numerous linker testsuite segmentation faults. PR 24596 * aout-tic30.c (MY_bfd_final_link): Don't segfault on missing create_object_symbols_section, obj_textsec, obj_datasec or obj_bsssec. Fix other errors in placement. * config.bfd: Obsolete tic30-aout.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 8bc330e..c6b04ea 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -53,6 +53,7 @@ case $targ in
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
exit 1
;;
+ c30-*-*aout* | tic30-*-*aout* | \
null)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2