This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tdep/1301: GDB doesn't grok HP's cc +DA2.0W -Ae -g symbols


>Number:         1301
>Category:       tdep
>Synopsis:       GDB doesn't grok HP's cc +DA2.0W -Ae -g symbols
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 27 17:08:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
Given a GDB built with:
CC="cc +DA2.0W -Ae" .../configure hppa64-hp-hpux11.00
it doesn't appear to recognize the HP symbol information vis:

$ ./gdb ./gdb
GNU gdb 5.3.90_2003-07-27-cvs
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "hppa64-hp-hpux11.00"...
(no debugging symbols found)...
Setting up the environment for debugging gdb.
Breakpoint 1 at 0x40000000001c8dbc
Breakpoint 2 at 0x40000000000960c0
(top-gdb) b main
Breakpoint 3 at 0x400000000008a224
ru(top-gdb) run
Starting program: /moe/scratch/cagney/60/hppa64/gdb/gdb
(no debugging symbols found)...warning: Lowest section in /usr/lib/pa20_64/libxcurses.1 is .text at 4000000000019620
(no debugging symbols found)...warning: Lowest section in /usr/lib/pa20_64/libm.2 is .text at 40000000000068d0

(no debugging symbols found)...warning: Lowest section in /usr/lib/pa20_64/libc.2 is .text at 4000000000031040
(no debugging symbols found)...
(no debugging symbols found)...
Breakpoint 3, 0x400000000008a224 in main ()
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]