diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-28 16:26:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-28 16:26:30 +0000 |
commit | 6294d8d0a5b0a90819efdd54a610b0be6c2d3d9c (patch) | |
tree | 4cd8e16bdc83d4625943a7862788447f93135036 /ld/testsuite/ChangeLog | |
parent | 2245d757d710118e04476e6b32abc0a3b457545a (diff) | |
download | gdb-6294d8d0a5b0a90819efdd54a610b0be6c2d3d9c.zip gdb-6294d8d0a5b0a90819efdd54a610b0be6c2d3d9c.tar.gz gdb-6294d8d0a5b0a90819efdd54a610b0be6c2d3d9c.tar.bz2 |
* ld-bootstrap/bootstrap.exp: Pass cmp output through
prune_system_crud.
* ld-cdtest/cdtest.exp: Pass diff output through
prune_system_crud.
* ld-shared/shared.exp: Likewise.
* config/default.exp: Remove unused and useless proc ld_load.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 5656208..feda8a0 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,23 @@ +Mon Nov 28 11:24:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * ld-bootstrap/bootstrap.exp: Pass cmp output through + prune_system_crud. + * ld-cdtest/cdtest.exp: Pass diff output through + prune_system_crud. + * ld-shared/shared.exp: Likewise. + + * config/default.exp: Remove unused and useless proc ld_load. + +Sun Oct 30 13:02:34 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * lib/ld.exp (default_ld_compile): Remove the output file before + compiling. + + * ld-shared/shared.exp: Move common test code into a procedure. + Add tests for compiling the non shared code PIC. + * ld-shared/main.c (main): Call main_called, and print the result. + * ld-shared/shared.dat: Adjust accordingly. + Thu Oct 27 17:30:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * ld-shared: New directory, with new files to test generating ELF |