diff options
author | John Gilmore <gnu@cygnus> | 1993-02-11 09:05:11 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-11 09:05:11 +0000 |
commit | e5eeaaf86c6b7dba71e6b9f5e48047a1f05f04b5 (patch) | |
tree | 72c45276da3e970ceac1ce4fceff80473df7d5c2 /gdb/ChangeLog | |
parent | d3d6d0ffa26014a0a6852fd34d51ea7d6318d5fd (diff) | |
download | gdb-e5eeaaf86c6b7dba71e6b9f5e48047a1f05f04b5.zip gdb-e5eeaaf86c6b7dba71e6b9f5e48047a1f05f04b5.tar.gz gdb-e5eeaaf86c6b7dba71e6b9f5e48047a1f05f04b5.tar.bz2 |
* xcoffread.c (parmsym): Don't use an initializer to set up
this struct symbol. Set it up in initialize_xcoffread.
[This broke when Fred changed "struct symbol".]
(read_xcoff_symtab, xcoff_symfile_read): Surround code that only
works on real rs/6000 target with #ifndef FAKING_RS6000.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 484adfd..32f7f9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Feb 11 00:59:07 1993 John Gilmore (gnu@cygnus.com) + + * xcoffread.c (parmsym): Don't use an initializer to set up + this struct symbol. Set it up in initialize_xcoffread. + (read_xcoff_symtab, xcoff_symfile_read): Surround code that only + works on real rs/6000 target with #ifndef FAKING_RS6000. + Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com) * stabsread.c (rs6000_builtin_type): Move function from |