diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-08-19 18:09:44 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2004-08-19 18:09:44 +0000 |
commit | 49d934f15e722469d8dcd1ff841fbebd57b683a1 (patch) | |
tree | f9d927eb257c75a30af5f3feabc3e5cc16b0f3bd /bfd | |
parent | 039b3fefa6dfffc335894fdadea9ff4ce3b7fd77 (diff) | |
download | gdb-49d934f15e722469d8dcd1ff841fbebd57b683a1.zip gdb-49d934f15e722469d8dcd1ff841fbebd57b683a1.tar.gz gdb-49d934f15e722469d8dcd1ff841fbebd57b683a1.tar.bz2 |
* config.bfd (arm*-*-symbianelf*): New target.
(arm*-*-eabi*): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/config.bfd | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0398f71..7298b0d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-08-19 Mark Mitchell <mark@codesourcery.com> + + * config.bfd (arm*-*-symbianelf*): New target. + (arm*-*-eabi*): Likewise. + 2004-08-19 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (ppc_get_stub_entry): Change third param to a diff --git a/bfd/config.bfd b/bfd/config.bfd index 89455cf..e5fe695 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -225,7 +225,8 @@ case "${targ}" in targ_selvecs=bfd_elf32_bigarm_vec ;; arm-*-elf | arm-*-freebsd* | arm*-*-linux-gnu* | arm*-*-conix* | \ - arm*-*-uclinux* | arm-*-kfreebsd*-gnu | arm-*-vxworks) + arm*-*-uclinux* | arm-*-kfreebsd*-gnu | arm-*-vxworks | \ + arm*-*-symbianelf* | arm*-*-eabi* ) targ_defvec=bfd_elf32_littlearm_vec targ_selvecs=bfd_elf32_bigarm_vec ;; |