projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0751540
)
* reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
author
Alan Modra
<amodra@gmail.com>
Tue, 29 Jun 2004 13:51:20 +0000
(13:51 +0000)
committer
Alan Modra
<amodra@gmail.com>
Tue, 29 Jun 2004 13:51:20 +0000
(13:51 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/reloc16.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 3767818320e3d3ad991bf9239d776b4278acb398..8e6011447f55fbd5b2e3f3ac59ce7c130bc01e30 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2004-06-29 Alan Modra <amodra@bigpond.net.au>
+
+ * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
+
2004-06-29 Alan Modra <amodra@bigpond.net.au>
* bfd-in.h (bfd_get_section_limit): Define.
diff --git
a/bfd/reloc16.c
b/bfd/reloc16.c
index 4e809537dca3722ee0ece7de715a0ff4ba7afec0..04e6a21dc6b2320e15c80ed903a6baa50d5789cf 100644
(file)
--- a/
bfd/reloc16.c
+++ b/
bfd/reloc16.c
@@
-230,6
+230,7
@@
bfd_coff_reloc16_relax_section (abfd, input_section, link_info, again)
free ((char *) shrinks);
}
+ input_section->rawsize = input_section->size;
input_section->size -= shrink;
free ((char *) reloc_vector);
return TRUE;