diff options
author | Alan Modra <amodra@gmail.com> | 2020-08-13 09:58:13 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-08-13 09:58:13 +0930 |
commit | 2b6ba032ad5eeebca446002273401ddc5909c536 (patch) | |
tree | 3f62dcccce4f03bb6fe87e280c00900d96fe937d | |
parent | e5a59fd37e2cd26543cb7f0ffb3d69ebb4dd4aef (diff) | |
download | gdb-2b6ba032ad5eeebca446002273401ddc5909c536.zip gdb-2b6ba032ad5eeebca446002273401ddc5909c536.tar.gz gdb-2b6ba032ad5eeebca446002273401ddc5909c536.tar.bz2 |
Obsolete arm-symbianelf
* config.bfd: Obsolete arm*-*-symbianelf*.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 31a4c0b..693dc64 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2020-08-13 Alan Modra <amodra@gmail.com> + * config.bfd: Obsolete arm*-*-symbianelf*. + +2020-08-13 Alan Modra <amodra@gmail.com> + * elf64-ppc.h (struct ppc64_elf_params): Add no_pcrel_opt. * elf64-ppc.c (ppc64_elf_relocate_section): Disable GOT reloc optimizations when --no-toc-optimize. Disable R_PPC64_PCREL_OPT diff --git a/bfd/config.bfd b/bfd/config.bfd index d486622..6d2f667 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 ;; + arm*-*-symbianelf* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 |