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.in | |
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.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 10b9df7..ca6b995 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -309,7 +309,7 @@ if test "${shared}" = "true"; then ;; *-*-linux*aout*) ;; - *-*-linux*) + *-*-linux* | *-pc-linux-gnu) HLDFLAGS='-Wl,-rpath,$(libdir)' ;; *-*-solaris*) |