aboutsummaryrefslogtreecommitdiff
path: root/ld/ld-gld960.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-04-14 03:22:42 +0000
committerSteve Chamberlain <steve@cygnus>1991-04-14 03:22:42 +0000
commit1418c83b393c2a5d08cc56b306272aab660fbd9d (patch)
tree607a59985eb915618ca8943a4c0b377ef17a7f72 /ld/ld-gld960.c
parentda56abdf49af3e87f4b8e105606b0eee7c84b7f1 (diff)
downloadgdb-1418c83b393c2a5d08cc56b306272aab660fbd9d.zip
gdb-1418c83b393c2a5d08cc56b306272aab660fbd9d.tar.gz
gdb-1418c83b393c2a5d08cc56b306272aab660fbd9d.tar.bz2
checkpoint before a merge
Diffstat (limited to 'ld/ld-gld960.c')
-rwxr-xr-xld/ld-gld960.c36
1 files changed, 9 insertions, 27 deletions
diff --git a/ld/ld-gld960.c b/ld/ld-gld960.c
index 0577fa4..fb90310 100755
--- a/ld/ld-gld960.c
+++ b/ld/ld-gld960.c
@@ -20,9 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
$Id$
$Log$
- Revision 1.2 1991/03/22 23:02:30 steve
- Brought up to sync with Intel again.
+ Revision 1.3 1991/04/14 03:22:11 steve
+ checkpoint before a merge
+ * Revision 1.2 1991/03/22 23:02:30 steve
+ * Brought up to sync with Intel again.
+ *
* Revision 1.3 1991/03/16 22:27:24 rich
* fish
*
@@ -143,31 +146,10 @@ gld960_hll()
}
-static char *script = "\
- \
-SECTIONS \
-{ \
- .text : \
- { \
- CREATE_OBJECT_SYMBOLS \
- *(.text) \
- _etext =.;\
- } \
- \
- .data SIZEOF(.text) + ADDR(.text):\
- { \
- \
- *(.data) \
- _edata = .; \
- } \
- .bss SIZEOF(.data) + ADDR(.data) : \
- { _bss_start = .;\
- *(.bss) \
- [COMMON] \
- _end = . ; \
- } \
-} \
-";
+static char *script =
+#include "ld-gld960.x"
+;
+
static char *
gld960_get_script()