diff options
author | Mark Alexander <marka@cygnus> | 1996-10-24 18:51:46 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1996-10-24 18:51:46 +0000 |
commit | 8ddf07a29ae8343cb19f9d65f7d016680bb0e786 (patch) | |
tree | f36aad9d1e170f73e95e969bbe633a5c6ccb6e96 /gdb/configure | |
parent | 0a89af6efd63034b30e980de20f4a5fafeca01c5 (diff) | |
download | gdb-8ddf07a29ae8343cb19f9d65f7d016680bb0e786.zip gdb-8ddf07a29ae8343cb19f9d65f7d016680bb0e786.tar.gz gdb-8ddf07a29ae8343cb19f9d65f7d016680bb0e786.tar.bz2 |
* dbxread.c (process_one_symbol): Interpret end-of-function
markers correctly; this fixes problem on Vr5000 where all
functions in a module had the same address.
* configure.in, configure.tgt, configure.host, gdbserver/configure.in:
Correct for pc-linux-gnu problem in config.guess.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index ca507a3..7bc071c 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2663,7 +2663,7 @@ if test "${shared}" = "true"; then ;; *-*-linux*aout*) ;; - *-*-linux*) + *-*-linux* | *-pc-linux-gnu) HLDFLAGS='-Wl,-rpath,$(libdir)' ;; *-*-solaris*) |