diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-31 09:38:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-31 09:38:04 +0000 |
commit | 47badb7be66a02661187cf1b3c4d53f70f9e51d3 (patch) | |
tree | 8042e7e4c2a6f2bb9e94e760637598936d86b1b2 /bfd/bfd-in2.h | |
parent | 03223580a722ebafe8c7bb69404b0de4a3211583 (diff) | |
download | gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.zip gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.tar.gz gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.tar.bz2 |
Rename function arguments to avoid shadowing global symbols of the same name.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 401b027..da3307d 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1,7 +1,6 @@ /* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically - generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", - "section.c", "archures.c", "reloc.c", "syms.c", "bfd.c", "archive.c", - "corefile.c", "targets.c" and "format.c". + generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c" and + "section.c". Run "make headers" in your build bfd/ to regenerate. */ /* Main header file for the bfd library -- portable access to object files. @@ -3663,7 +3662,7 @@ extern bfd_byte *bfd_get_relocated_section_contents boolean, asymbol **)); boolean -bfd_alt_mach_code PARAMS ((bfd *abfd, int index)); +bfd_alt_mach_code PARAMS ((bfd *abfd, int alternative)); /* Extracted from archive.c. */ symindex |