mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
* objcopy.c (setup_section): Copy entsize.
This commit is contained in:
parent
762a036f9a
commit
bc408b8a78
@ -1,3 +1,7 @@
|
||||
2001-12-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* objcopy.c (setup_section): Copy entsize.
|
||||
|
||||
2001-12-07 Geoffrey Keating <geoffk@redhat.com>
|
||||
|
||||
* readelf.c (guess_is_rela): Add support for stormy16.
|
||||
|
@ -1602,6 +1602,9 @@ setup_section (ibfd, isection, obfdarg)
|
||||
goto loser;
|
||||
}
|
||||
|
||||
/* Copy merge entity size. */
|
||||
osection->entsize = isection->entsize;
|
||||
|
||||
/* This used to be mangle_section; we do here to avoid using
|
||||
bfd_get_section_by_name since some formats allow multiple
|
||||
sections with the same name. */
|
||||
|
Loading…
Reference in New Issue
Block a user