diff options
author | Nick Clifton <nickc@redhat.com> | 2009-07-01 15:02:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-07-01 15:02:28 +0000 |
commit | efde2f2ce489a733f5489325437dfadbf948ea62 (patch) | |
tree | 366ea4da12b0ca2e864b9621025b5003b4e20559 /bfd/elf-m10300.c | |
parent | e1ec24c6f31afae5a5175abecdcd9fd4d7893c4b (diff) | |
download | gdb-efde2f2ce489a733f5489325437dfadbf948ea62.zip gdb-efde2f2ce489a733f5489325437dfadbf948ea62.tar.gz gdb-efde2f2ce489a733f5489325437dfadbf948ea62.tar.bz2 |
* bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
BFD_HAVE_SYS_STAT_TYPE_MEMBER): New config functions.
* bfd/configure.in: Use them.
* bfd/configure: Regenerate.
* bfd/config.in: Regnerate.
* bfd/vmsutil.c: Include sysdep.h, remove ansidecl.h.
#define _BSD_SOURCE. Add comments.
(vms_file_stats_name): Calculate creation date based on available
runtime data. Return 1 for version instead of 0.
Diffstat (limited to 'bfd/elf-m10300.c')
-rw-r--r-- | bfd/elf-m10300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c index 354a503..015e614 100644 --- a/bfd/elf-m10300.c +++ b/bfd/elf-m10300.c @@ -1493,7 +1493,7 @@ mn10300_elf_relocate_section (bfd *output_bfd, /* _32 relocs in executables force _COPY relocs, such that the address of the symbol ends up being local. */ - && !info->executable + && !info->executable && !SYMBOL_REFERENCES_LOCAL (info, hh) && ((input_section->flags & SEC_ALLOC) != 0 /* DWARF will emit R_MN10300_32 relocations |