diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b0f1ce3..d0d4585 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2021-02-11 Alan Modra <amodra@gmail.com> + * config.bfd: Remove ia64 from obsolete list. + +2021-02-11 Alan Modra <amodra@gmail.com> + PR ld/22269 * elfnn-ia64.c: Revert 2017-10-14 git commit db41f6eb5234. diff --git a/bfd/config.bfd b/bfd/config.bfd index 7783dca..9434fd6 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -53,7 +53,6 @@ case $targ in echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2 exit 1 ;; - ia64*-*-* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 |