projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404ff6b
)
* bfd/config.bfd (targ_cpu): Add arm9e-*-elf.
author
Aldy Hernandez
<aldyh@redhat.com>
Mon, 8 Oct 2001 19:11:36 +0000
(19:11 +0000)
committer
Aldy Hernandez
<aldyh@redhat.com>
Mon, 8 Oct 2001 19:11:36 +0000
(19:11 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index b867e71447d14e09f4675413981611adada506fd..aad8211e06d2d10750e841fbc2cf87edfcbe986d 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2001-10-08 Aldy Hernandez <aldyh@redhat.com>
+
+ * bfd/config.bfd (targ_cpu): Add arm9e-*-elf.
+
2001-10-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* dwarf2.c (comp_unit_find_nearest_line): Check for end of
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index 0cfb661e12c7f4086ab189df92da23548fc5f54d..e5c94956c2e560fdd894f959df984c5b0cc431fa 100644
(file)
--- a/
bfd/config.bfd
+++ b/
bfd/config.bfd
@@
-167,6
+167,10
@@
case "${targ}" in
targ_defvec=bfd_elf32_littlearm_vec
targ_selvecs=bfd_elf32_bigarm_vec
;;
+ arm9e-*-elf)
+ targ_defvec=bfd_elf32_littlearm_vec
+ targ_selvecs=bfd_elf32_bigarm_vec
+ ;;
arm-*-oabi)
targ_defvec=bfd_elf32_littlearm_oabi_vec
targ_selvecs=bfd_elf32_bigarm_oabi_vec