diff options
author | Nick Clifton <nickc@redhat.com> | 2010-05-25 10:14:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-05-25 10:14:16 +0000 |
commit | 9fcd9da67989f554961747332188536869222218 (patch) | |
tree | a4bd82b35558a6c42be7f5beb4bd0332149ed9f5 /bfd/bfd-in2.h | |
parent | 770c040b7ea961f5fa87658361a8384308204fa0 (diff) | |
download | gdb-9fcd9da67989f554961747332188536869222218.zip gdb-9fcd9da67989f554961747332188536869222218.tar.gz gdb-9fcd9da67989f554961747332188536869222218.tar.bz2 |
PR ld/11624
* archive.c (_bfd_calloc_wrapper): New function.
(_bfd_add_bfd_to_archive_cache): Use it.
* configure.in: Add alpha*-*-*vms* to list of natives.
* configure: Regenerate.
* vms-misc.c: Define globalref if necessary.
(vms_convert_to_var_unix_filename): Rename to
_bfd_vms_convert_to_var_unix_filename and export.
* vms.h: Add prototype for _bfd_vms_convert_to_var_unix_filename.
* vms-alpha.c (vms_close_and_cleanup): Update invocation of
vms_convert_to_var_unix_filename.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index a3f8ccc..e9dcb2c 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -913,7 +913,7 @@ extern bfd_boolean elf32_arm_build_stubs /* ARM unwind section editing support. */ extern bfd_boolean elf32_arm_fix_exidx_coverage - (struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean); +(struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean); /* PowerPC @tls opcode transform/validate. */ extern unsigned int _bfd_elf_ppc_at_tls_transform |