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:
cc97dfb
)
Use RS6000COFF_C, not AIXCOFF_C.
author
John Gilmore
<gnu@cygnus>
Fri, 25 Oct 1991 07:17:33 +0000
(07:17 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 25 Oct 1991 07:17:33 +0000
(07:17 +0000)
include/internalcoff.h
patch
|
blob
|
history
diff --git
a/include/internalcoff.h
b/include/internalcoff.h
index 4c187dd2b9436274ccb83ea01c2a88eacaca9c0f..dbbb0ad4463f24914ed6c198011172ad5961941a 100755
(executable)
--- a/
include/internalcoff.h
+++ b/
include/internalcoff.h
@@
-367,7
+367,7
@@
struct internal_reloc {
long r_symndx; /* Index into symbol table */
unsigned short r_type; /* Relocation type */
-#if
AIX
COFF_C
+#if
RS6000
COFF_C
unsigned char r_size;
#endif