This is the mail archive of the gdb-patches@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]

[rfc] LINUX/sparc64 configury


Hello,

The attatched adds sufficient configury to GDB for it to build a very
basic GNU/Linux/sparc64 GDB.  It doesn't work:

$ ./gdb gdb
GNU gdb 5.0
Copyright 2001 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 "sparc64-unknown-linux-gnu"...
Setting up the environment for debugging gdb.
Breakpoint 1 at 0x83a54: file /home/cagney/GDB/src/gdb/utils.c, line
741.
Breakpoint 2 at 0xee600: file /home/cagney/GDB/src/gdb/cli/cli-cmds.c,
line 186.
(top-gdb) b main
Breakpoint 3 at 0x13554: file /home/cagney/GDB/src/gdb/main.c, line 763.
(top-gdb) run
Starting program: /home/cagney/GDB/native/gdb/gdb 
During symbol reading...inner block (0x0-0x70000000) not inside outer
block (0x0-0x70000054)...
warning: Internal error, changing continue to step.
Aborted (core dumped)

I'm really only interested in comments on my choice of file names.  I
think they are even 8.3 safe! :-)

More patching/merging will obviously need to follow.  If anyone wants to
help, see Jakub's ``[PATCH] Sparc Linux stuff'' posting for my source of
patches.

	Andrew

PS: So Kevin, how soon can we get the abort() patch in :-)


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