2013-07-05 Tristan Gingold <gingold@adacore.com>

* coffcode.h (coff_write_object_contents): Use ".ovrflo" name for
        overflow sections.
This commit is contained in:
Tristan Gingold 2013-07-05 10:20:49 +00:00
parent a63cc5f70c
commit 2d63fb6c15
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-07-05 Tristan Gingold <gingold@adacore.com>
* coffcode.h (coff_write_object_contents): Use ".ovrflo" name for
overflow sections.
2013-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* elf32-s390.c: Add new relocation definitions R_390_PC12DBL,

View File

@ -3953,7 +3953,7 @@ coff_write_object_contents (bfd * abfd)
bfd_size_type amt;
internal_f.f_nscns++;
strncpy (&(scnhdr.s_name[0]), current->name, 8);
memcpy (scnhdr.s_name, ".ovrflo", 8);
scnhdr.s_paddr = current->reloc_count;
scnhdr.s_vaddr = current->lineno_count;
scnhdr.s_size = 0;