From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Patches Subject: [rfc] LINUX/sparc64 configury Date: Fri, 23 Feb 2001 18:15:00 -0000 Message-id: <3A9718CF.B6151E58@cygnus.com> X-SW-Source: 2001-02/msg00455.html 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 :-)