mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
RS/6000 support
This commit is contained in:
parent
ba9137fe2d
commit
cc97dfbba7
@ -68,6 +68,7 @@ cpu-vax.c
|
|||||||
cpu-h8300.c
|
cpu-h8300.c
|
||||||
cpu-i960.c
|
cpu-i960.c
|
||||||
cpu-m88k.c
|
cpu-m88k.c
|
||||||
|
cpu-rs6000.c
|
||||||
init.c
|
init.c
|
||||||
cpu-sparc.c
|
cpu-sparc.c
|
||||||
libbfd.c
|
libbfd.c
|
||||||
@ -82,6 +83,7 @@ newsos3.c
|
|||||||
oasys.c
|
oasys.c
|
||||||
opncls.c
|
opncls.c
|
||||||
reloc.c
|
reloc.c
|
||||||
|
rs6000coff.c
|
||||||
section.c
|
section.c
|
||||||
srec.c
|
srec.c
|
||||||
sunos.c
|
sunos.c
|
||||||
@ -113,7 +115,10 @@ echo Done in `pwd`.
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.25 1991/10/15 07:29:13 bothner
|
# Revision 1.26 1991/10/25 07:16:59 gnu
|
||||||
|
# RS/6000 support
|
||||||
|
#
|
||||||
|
# Revision 1.25 1991/10/15 07:29:13 bothner
|
||||||
# Add hosts directory.
|
# Add hosts directory.
|
||||||
#
|
#
|
||||||
# Revision 1.24 1991/10/08 22:31:51 gnu
|
# Revision 1.24 1991/10/08 22:31:51 gnu
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Thu Oct 24 22:40:07 1991 John Gilmore (gnu at cygnus.com)
|
Thu Oct 24 22:40:07 1991 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
|
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
|
||||||
John Gilmore.
|
John Gilmore. Archive support from Damon A. Permezel.
|
||||||
|
|
||||||
* Makefile.in: Add cpu-rs6000.c and rs6000coff.c.
|
* Makefile.in: Add cpu-rs6000.c and rs6000coff.c.
|
||||||
* configure.in: Add rs6000 case.
|
* configure.in: Add rs6000 case.
|
||||||
@ -25,6 +25,8 @@ Thu Oct 24 22:40:07 1991 John Gilmore (gnu at cygnus.com)
|
|||||||
(coff_slurp_symbol_table): Handle rs6000-specific storage classes.
|
(coff_slurp_symbol_table): Handle rs6000-specific storage classes.
|
||||||
* aoutx.h (translate_from_native_sym_flags, N_SET*): Check for
|
* aoutx.h (translate_from_native_sym_flags, N_SET*): Check for
|
||||||
existing section before making one.
|
existing section before making one.
|
||||||
|
* cpu-rs6000.c: New file.
|
||||||
|
* rs6000coff.c: New file.
|
||||||
|
|
||||||
Thu Oct 24 02:03:24 1991 Fred Fish (fnf at cygnus.com)
|
Thu Oct 24 02:03:24 1991 Fred Fish (fnf at cygnus.com)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user