aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-11-08 05:55:19 +0000
committerSteve Chamberlain <sac@cygnus>1991-11-08 05:55:19 +0000
commite31bed36c6d5765eb6abb25eaeaceb1c6fd7c0ed (patch)
tree2684e42deceddaf3720a5c331271bf24dacb8241 /ld
parentb715d5b4aa76206e8d3d4cc77c320d845ba8c85a (diff)
downloadgdb-e31bed36c6d5765eb6abb25eaeaceb1c6fd7c0ed.zip
gdb-e31bed36c6d5765eb6abb25eaeaceb1c6fd7c0ed.tar.gz
gdb-e31bed36c6d5765eb6abb25eaeaceb1c6fd7c0ed.tar.bz2
Put .comments into .data section, otherwise 88k can't exec the image.
Diffstat (limited to 'ld')
-rwxr-xr-xld/ldm88k.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ldm88k.sc b/ld/ldm88k.sc
index 408cfde..cb88b2a 100755
--- a/ld/ldm88k.sc
+++ b/ld/ldm88k.sc
@@ -31,6 +31,7 @@ SECTIONS
{
*(.data)
CONSTRUCTORS;
+ *(.comment)
_edata = .;
}
.bss SIZEOF(.data) + ADDR(.data) :