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:
eaa0f4f
)
Regenerated after Z8000 addition
author
Steve Chamberlain
<sac@cygnus>
Tue, 25 Aug 1992 22:09:47 +0000
(22:09 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 25 Aug 1992 22:09:47 +0000
(22:09 +0000)
include/bfd.h
patch
|
blob
|
history
diff --git
a/include/bfd.h
b/include/bfd.h
index 6f40af342277fc1e3e1697d3d7e03722144b45d4..7c040b61811b711396070e9641c167290b42c842 100644
(file)
--- a/
include/bfd.h
+++ b/
include/bfd.h
@@
-648,6
+648,9
@@
enum bfd_architecture
bfd_arch_h8300, /* Hitachi H8/300 */
bfd_arch_rs6000, /* IBM RS/6000 */
bfd_arch_hppa, /* HP PA RISC */
+ bfd_arch_z8k, /* Zilog Z8000 */
+#define bfd_mach_z8001 1
+#define bfd_mach_z8002 2
bfd_arch_last
};
@@
-847,6
+850,7
@@
EXFUN(bfd_perform_relocation
asection *input_section,
bfd *output_bfd));
typedef enum bfd_reloc_code_real
+
{
/* 16 bits wide, simple reloc */
BFD_RELOC_16,