diff options
author | Jeff Law <law@redhat.com> | 1996-08-22 22:32:21 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-22 22:32:21 +0000 |
commit | 04c17a7559b2653f52c4a11c8222b253d699b56f (patch) | |
tree | 52c89a3d6cbd123460762ba6805ad6d9a3f1f184 /ld/emulparams | |
parent | 64d538ce806461aed599498bab023b4ae15a2ae2 (diff) | |
download | gdb-04c17a7559b2653f52c4a11c8222b253d699b56f.zip gdb-04c17a7559b2653f52c4a11c8222b253d699b56f.tar.gz gdb-04c17a7559b2653f52c4a11c8222b253d699b56f.tar.bz2 |
* Makefile.in (ev850.c): New target.
* configure.tgt (v850-*-*): New target.
* emulparams/v850.sh: New file.
No, it doesn't work (gas doesn't even emit relocs yet), but having
a "ld" that at least creates an executable image greatly helps the
gcc testsuite.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index 4114ff4..402a9e1 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -31,6 +31,14 @@ else lose_these_too="${d10v_files} ${lose_these_too}" fi +v850_files="v850.sh" + +if ( echo $* | grep keep\-v850 > /dev/null ) ; then + keep_these_too="${v850_files} ${keep_these_too}" +else + lose_these_too="${v850_files} ${lose_these_too}" +fi + # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |