1999-04-16 01:35:26 +00:00
|
|
|
/* Parameters for target execution on an RS6000, for GDB, the GNU debugger.
|
2004-02-15 22:55:30 +00:00
|
|
|
|
2007-01-09 17:59:20 +00:00
|
|
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
|
|
|
1999, 2000, 2004, 2007 Free Software Foundation, Inc.
|
2004-02-15 22:55:30 +00:00
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
Contributed by IBM Corporation.
|
|
|
|
|
1999-07-07 20:19:36 +00:00
|
|
|
This file is part of GDB.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
1999-07-07 20:19:36 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-08-23 18:08:50 +00:00
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
1999-07-07 20:19:36 +00:00
|
|
|
(at your option) any later version.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
1999-07-07 20:19:36 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
1999-07-07 20:19:36 +00:00
|
|
|
You should have received a copy of the GNU General Public License
|
2007-08-23 18:08:50 +00:00
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
/* In xcoff, we cannot process line numbers when we see them. This is
|
|
|
|
mainly because we don't know the boundaries of the include files. So,
|
|
|
|
we postpone that, and then enter and sort(?) the whole line table at
|
|
|
|
once, when we are closing the current symbol table in end_symtab(). */
|
|
|
|
|
|
|
|
#define PROCESS_LINENUMBER_HOOK() aix_process_linenos ()
|
2000-05-28 01:12:42 +00:00
|
|
|
extern void aix_process_linenos (void);
|
1999-07-07 20:19:36 +00:00
|
|
|
|