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:
216a600
)
(bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
author
Alan Modra
<amodra@gmail.com>
Fri, 12 May 2000 06:07:04 +0000
(06:07 +0000)
committer
Alan Modra
<amodra@gmail.com>
Fri, 12 May 2000 06:07:04 +0000
(06:07 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/targets.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index fc4fa962b489bbd3251161d470ea5b92de19a2ac..f5141bcf136d403e95eba70a3c65dc36202feba9 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,5
+1,7
@@
2000-05-12 Alan Modra <alan@linuxcare.com.au>
+ * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
+
* peigen.c (pe_print_idata): Look for .idata section and print
info even if data directory has zero entries. Read idata section
starting from dataoff, and adjust all data offsets to suit. Cast
diff --git
a/bfd/targets.c
b/bfd/targets.c
index 51582f259cf0ee32ad3fbc666ef294288288c41e..14215529403b98eb3441684c6467113837ac1f7d 100644
(file)
--- a/
bfd/targets.c
+++ b/
bfd/targets.c
@@
-866,7
+866,9
@@
const bfd_target * const bfd_target_vector[] = {
&pmac_xcoff_vec,
#endif
&rs6000coff_vec,
+#ifdef BFD64
&rs6000coff64_vec,
+#endif
&ppcboot_vec,
&shcoff_vec,
&shlcoff_vec,