mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
2003-10-19 Andrew Cagney <cagney@redhat.com>
* targets.c: Replace "struct sec" with "struct bfd_section" * syms.c, sparclynx.c, section.c, opncls.c: Ditto. * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto. * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto. * aout-tic30.c, aout-target.h: * bfd-in2.h, libcoff.h, libbfd.h: Regenerate. Index: binutils/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * coffgrok.h (coff_section): Replace 'struct sec" with "struct bfd_section". Index: gdb/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * symtab.c: Replace "struct sec" with "struct bfd_section". * objfiles.c, linespec.c, blockframe.c, block.c: Ditto. Index: ld/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * pe-dll.c: Replace "struct sec" with "struct bfd_section". Index: sim/common/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * sim-base.h: Replace "struct sec" with "struct bfd_section".
This commit is contained in:
@ -1024,7 +1024,7 @@ FUNCTION
|
||||
bfd_create_gnu_debuglink_section
|
||||
|
||||
SYNOPSIS
|
||||
struct sec *bfd_create_gnu_debuglink_section
|
||||
struct bfd_section *bfd_create_gnu_debuglink_section
|
||||
(bfd *abfd, const char *filename);
|
||||
|
||||
DESCRIPTION
|
||||
@ -1089,7 +1089,7 @@ FUNCTION
|
||||
|
||||
SYNOPSIS
|
||||
bfd_boolean bfd_fill_in_gnu_debuglink_section
|
||||
(bfd *abfd, struct sec *sect, const char *filename);
|
||||
(bfd *abfd, struct bfd_section *sect, const char *filename);
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
@ -1105,7 +1105,7 @@ RETURNS
|
||||
|
||||
bfd_boolean
|
||||
bfd_fill_in_gnu_debuglink_section (bfd *abfd,
|
||||
struct sec *sect,
|
||||
struct bfd_section *sect,
|
||||
const char *filename)
|
||||
{
|
||||
bfd_size_type debuglink_size;
|
||||
|
Reference in New Issue
Block a user