diff options
-rw-r--r-- | binutils/objcopy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 6403367..24e31cc 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -2203,6 +2203,7 @@ merge_gnu_build_notes (bfd * abfd, unsigned long previous_open_end = 0; long relsize; + *new_size = size; relsize = bfd_get_reloc_upper_bound (abfd, sec); if (relsize > 0) { |