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:
399cfac
)
From Miod Vallat <miod@online.fr>:
author
Mark Kettenis
<kettenis@gnu.org>
Sun, 27 Jun 2004 15:08:05 +0000
(15:08 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Sun, 27 Jun 2004 15:08:05 +0000
(15:08 +0000)
* aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
bfd/ChangeLog
patch
|
blob
|
history
bfd/aoutx.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 2eb94a1519a0c8d66cec0c61da3a390054840f57..d34715564b4278147c4e09b3480a523189ab1558 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2004-06-27 Mark Kettenis <kettenis@gnu.org>
+
+ From Miod Vallat <miod@online.fr>:
+ * aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
+
2004-06-26 Alexandre Oliva <aoliva@redhat.com>
* elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): Delete.
diff --git
a/bfd/aoutx.h
b/bfd/aoutx.h
index ef64bb1cf374b4f70ee18c75762cd1e4f86aa4f1..4fa529cf5076889996d9d2e3565a1d64c2f59666 100644
(file)
--- a/
bfd/aoutx.h
+++ b/
bfd/aoutx.h
@@
-830,6
+830,10
@@
NAME(aout,machine_type) (arch, machine, unknown)
arch_flags = M_CRIS;
break;
+ case bfd_arch_m88k:
+ *unknown = FALSE;
+ break;
+
default:
arch_flags = M_UNKNOWN;
}