diff options
author | obrien <obrien@FreeBSD.org> | 2002-12-02 09:06:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-12-02 09:06:04 +0000 |
commit | 4f4b0b5073010ff850cc95a6bd074066eeb7dccb (patch) | |
tree | b6de1df6076881154726637e90c9d9bae94bab79 /contrib/binutils/bfd/coffcode.h | |
parent | 70d0c6024ff722929b55e70683c5bb4bd3d3b07f (diff) | |
download | FreeBSD-src-4f4b0b5073010ff850cc95a6bd074066eeb7dccb.zip FreeBSD-src-4f4b0b5073010ff850cc95a6bd074066eeb7dccb.tar.gz |
Import of Binutils from the FSF 2.13 branch (just pre-.2 release).
These bits are taken from the FSF anoncvs repo on 27-Oct-2002 21:12:00 EST.
Diffstat (limited to 'contrib/binutils/bfd/coffcode.h')
-rw-r--r-- | contrib/binutils/bfd/coffcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/bfd/coffcode.h b/contrib/binutils/bfd/coffcode.h index 212c5c6..1c02dcb 100644 --- a/contrib/binutils/bfd/coffcode.h +++ b/contrib/binutils/bfd/coffcode.h @@ -1246,7 +1246,7 @@ Special entry points for gdb to swap in coff symbol table parts: . struct coff_link_hash_entry *, struct internal_syment *, . bfd_vma *)); . -. boolean (*_bfd_coff_adjust_symndx)\ +. boolean (*_bfd_coff_adjust_symndx) . PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, . struct internal_reloc *, boolean *)); . |