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:
b715d5b
)
Put .comments into .data section, otherwise 88k can't exec the image.
author
Steve Chamberlain
<sac@cygnus>
Fri, 8 Nov 1991 05:55:19 +0000
(
05:55
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Fri, 8 Nov 1991 05:55:19 +0000
(
05:55
+0000)
ld/ldm88k.sc
patch
|
blob
|
history
diff --git
a/ld/ldm88k.sc
b/ld/ldm88k.sc
index 408cfde04302d2005fd719670f7dd1d709438b00..cb88b2a95012888e1bbefc174473170637cf59b8 100755
(executable)
--- a/
ld/ldm88k.sc
+++ b/
ld/ldm88k.sc
@@
-31,6
+31,7
@@
SECTIONS
{
*(.data)
CONSTRUCTORS;
+ *(.comment)
_edata = .;
}
.bss SIZEOF(.data) + ADDR(.data) :