aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r--ld/ldlang.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index 4c57f2b..b124ac7 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -1015,6 +1015,7 @@ DEFUN(print_input_section,(in),
else {
printf("%s", abfd->filename);
}
+ printf("(%d bytes)", bfd_alloc_size(abfd));
print_nl();
/* Find all the symbols in this file defined in this section */
@@ -2237,3 +2238,4 @@ CONST char *format)
{
output_target = format;
}
+