diff options
author | David Carlton <carlton@bactrian.org> | 2002-10-25 23:50:01 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-10-25 23:50:01 +0000 |
commit | 240f75968ec2755ebfa726c4045ce17ab635f106 (patch) | |
tree | a9040d4654da475c18f648f1cc7a086b739690a9 /libiberty | |
parent | 7a60da36149940f6b260b184c2913866dd1c0ff2 (diff) | |
download | gdb-240f75968ec2755ebfa726c4045ce17ab635f106.zip gdb-240f75968ec2755ebfa726c4045ce17ab635f106.tar.gz gdb-240f75968ec2755ebfa726c4045ce17ab635f106.tar.bz2 |
2002-10-25 David Carlton <carlton@math.stanford.edu>
* symtab.c (lookup_symbol_aux_block): New function.
(lookup_symbol_aux_local): Call lookup_symbol_aux_block.
(lookup_symbol_aux): Ditto.
* Merge from mainline; tag is carlton_dictionary-20021025-merge.
2002-10-25 David Carlton <carlton@math.stanford.edu>
* cp-support.c: Add comment to demangled name pitfalls.
* symtab.c (lookup_transparent_type): Add FIXME comment at
beginning.
2002-10-23 David Carlton <carlton@math.stanford.edu>
* symtab.c: Delete cplusplus_hint.
Delete prototype for find_template_name_end.
* dwarf2read.c (scan_partial_symbols): Add in a gdb_assert from a
later version of my namespace_minimal patch.
2002-10-25 David Carlton <carlton@math.stanford.edu>
* gdb.c++/namespace.exp: Change all of the setup_xfail tests that
I added into setup_kfails.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/config.table | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 10e7740..4a32a3b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2002-10-16 Jakub Jelinek <jakub@redhat.com> + + * config.table: Use mh-s390pic for s390x too. + 2002-10-06 Andreas Jaeger <aj@suse.de> * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded diff --git a/libiberty/config.table b/libiberty/config.table index b9a2479..df48ce9 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -39,6 +39,7 @@ if [ "${shared}" = "yes" ]; then powerpc*-*-aix*) ;; powerpc*-*-*) frag=mh-ppcpic ;; sparc*-*-*) frag=mh-sparcpic ;; + s390*-*-*) frag=mh-s390pic ;; *) frag=mh-${host_cpu}pic ;; esac if [ -n "${frag}" ]; then |