forked from Imagelibrary/binutils-gdb
* config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h,
config/sparc/xm-sun4sol2.h (NORETURN): Don't define. * config/m88k/tm-cxux.h (ARCH_NUM_REGS): Undefine before defining.
This commit is contained in:
@@ -31,14 +31,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define gregset_t prgregset_t
|
||||
#define fpregset_t prfpregset_t
|
||||
|
||||
/* The native Sun compiler complains about using volatile
|
||||
to indicate functions that never return. So shut it up by simply
|
||||
defining away "NORETURN", which is normally defined to "volatile". */
|
||||
|
||||
#ifndef __GNUC__
|
||||
# define NORETURN /**/
|
||||
#endif
|
||||
|
||||
/* If you expect to use the mmalloc package to obtain mapped symbol files,
|
||||
for now you have to specify some parameters that determine how gdb places
|
||||
the mappings in it's address space. See the comments in map_to_address()
|
||||
|
||||
Reference in New Issue
Block a user