mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
*** empty log message ***
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
Tue Oct 1 11:24:31 1991 Steve Chamberlain (steve at cygnus.com)
|
||||||
|
|
||||||
|
* archures.c: removed texinfo error
|
||||||
|
|
||||||
|
* init.c: added texinfo hooks, and removed initialization error
|
||||||
|
message.
|
||||||
|
|
||||||
|
* libcoff-in.h, libbfd-in.h removed $id field so cvs can merge
|
||||||
|
without complaints.
|
||||||
|
|
||||||
Tue Oct 1 05:02:53 1991 John Gilmore (gnu at cygnus.com)
|
Tue Oct 1 05:02:53 1991 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
* cpu-i960.c: Avoid numerical count of initializers.
|
* cpu-i960.c: Avoid numerical count of initializers.
|
||||||
@ -10,6 +20,9 @@ Tue Oct 1 05:02:53 1991 John Gilmore (gnu at cygnus.com)
|
|||||||
|
|
||||||
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
|
Mon Sep 30 15:13:46 1991 Steve Chamberlain (steve at cygnus.com)
|
||||||
|
|
||||||
|
* bfd-in.h VERSION, change version number to 0.18, this makes a
|
||||||
|
gap, but now is the same as the linker version number.
|
||||||
|
|
||||||
* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
|
* cpu-a29k.c, cpu-i386.c, cpu-m68k.c, cpu-mips.c, cpu-vax.c,
|
||||||
cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
|
cpu-h8300.c, cpu-i960.c, cpu-m88k.c, cpu-sparc.c: added. These
|
||||||
files will eventually contain processor specific bits for bfd,
|
files will eventually contain processor specific bits for bfd,
|
||||||
|
@ -32,7 +32,7 @@ open bfd.
|
|||||||
The arch information is provided by each architecture package. The
|
The arch information is provided by each architecture package. The
|
||||||
set of default architectures is selected by the #define
|
set of default architectures is selected by the #define
|
||||||
@code{SELECT_ARCHITECTURES}. This is normally set up in the
|
@code{SELECT_ARCHITECTURES}. This is normally set up in the
|
||||||
@ital{config/h-} file of your choice. If the name is not defined,
|
@code{config\/h\-} file of your choice. If the name is not defined,
|
||||||
then all the architectures supported are included.
|
then all the architectures supported are included.
|
||||||
|
|
||||||
When BFD starts up, all the architectures are called with an
|
When BFD starts up, all the architectures are called with an
|
||||||
@ -155,7 +155,7 @@ DEFUN(bfd_printable_arch_mach,(arch, machine),
|
|||||||
unsigned long machine)
|
unsigned long machine)
|
||||||
{
|
{
|
||||||
bfd_arch_info_struct_type *ap;
|
bfd_arch_info_struct_type *ap;
|
||||||
|
bfd_check_init();
|
||||||
for (ap = bfd_arch_info_list;
|
for (ap = bfd_arch_info_list;
|
||||||
ap != (bfd_arch_info_struct_type *)NULL;
|
ap != (bfd_arch_info_struct_type *)NULL;
|
||||||
ap = ap->next) {
|
ap = ap->next) {
|
||||||
|
Reference in New Issue
Block a user