OSDN Git Service

2003-02-24 David Carlton <carlton@math.stanford.edu>
authorcarlton <carlton>
Mon, 24 Feb 2003 23:37:01 +0000 (23:37 +0000)
committercarlton <carlton>
Mon, 24 Feb 2003 23:37:01 +0000 (23:37 +0000)
commit8a402e700e692ffcacc2d0aa1f0478c2e2e1d402
treec3dcef8578ce07ef99a7bf87cfeb99fea4cbf293
parentd85476d872c6e6adab7119c22a396e544f903334
2003-02-24  David Carlton  <carlton@math.stanford.edu>

* symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
do the comparison, not strcmp.
* symfile.c (compare_psymbols): Ditto.
* defs.h: Declare strcmp_iw_ordered.
* utils.c (strcmp_iw_ordered): New function.
gdb/ChangeLog
gdb/defs.h
gdb/symfile.c
gdb/symtab.c
gdb/utils.c