Index: hppa-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/hppa-tdep.c,v retrieving revision 1.40 diff -c -3 -p -r1.40 hppa-tdep.c *** hppa-tdep.c 13 Dec 2002 14:37:41 -0000 1.40 --- hppa-tdep.c 13 Dec 2002 15:39:55 -0000 *************** hppa_gdbarch_init (struct gdbarch_info i *** 4920,4925 **** --- 4920,4928 ---- /* If none found, then allocate and initialize one. */ gdbarch = gdbarch_alloc (&info, NULL); + /* Hook in ABI-specific overrides, if they have been registered. */ + gdbarch_init_osabi (info, gdbarch, osabi); + return gdbarch; } Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.294 diff -c -3 -p -r1.294 Makefile.in *** Makefile.in 9 Dec 2002 01:28:10 -0000 1.294 --- Makefile.in 13 Dec 2002 15:39:24 -0000 *************** ALLDEPFILES = a68v-nat.c \ *** 1377,1383 **** core-sol2.c core-regset.c core-aout.c corelow.c \ dcache.c delta68-nat.c dpx2-nat.c exec.c fork-child.c \ go32-nat.c h8300-tdep.c h8500-tdep.c \ ! hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c hpread.c \ i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \ i386v4-nat.c i386ly-tdep.c \ i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \ --- 1377,1384 ---- core-sol2.c core-regset.c core-aout.c corelow.c \ dcache.c delta68-nat.c dpx2-nat.c exec.c fork-child.c \ go32-nat.c h8300-tdep.c h8500-tdep.c \ ! hp300ux-nat.c hppa-tdep.c hppa-hpux-tdep.c \ ! hppab-nat.c hppah-nat.c hpread.c \ i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \ i386v4-nat.c i386ly-tdep.c \ i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \ *************** hppa-tdep.o: hppa-tdep.c $(defs_h) $(fra *** 1759,1764 **** --- 1760,1766 ---- $(value_h) $(regcache_h) $(completer_h) $(symtab_h) $(a_out_encap_h) \ $(gdb_stat_h) $(gdb_wait_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) \ $(symfile_h) $(objfiles_h) $(language_h) $(osabi_h) + hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) hppab-nat.o: hppab-nat.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h) hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \ $(gdb_wait_h) $(regcache_h) Index: config/pa/hppa64.mt =================================================================== RCS file: /cvs/src/src/gdb/config/pa/hppa64.mt,v retrieving revision 1.1.1.2 diff -c -3 -p -r1.1.1.2 hppa64.mt *** config/pa/hppa64.mt 23 Aug 1999 22:37:06 -0000 1.1.1.2 --- config/pa/hppa64.mt 13 Dec 2002 15:40:42 -0000 *************** *** 1,4 **** # Target: HP PA-RISC 2.0 running HPUX 11.00 in wide mode ! TDEPFILES= hppa-tdep.o TM_FILE= tm-hppa64.h TM_CLIBS= --- 1,4 ---- # Target: HP PA-RISC 2.0 running HPUX 11.00 in wide mode ! TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o TM_FILE= tm-hppa64.h TM_CLIBS= Index: config/pa/hppahpux.mt =================================================================== RCS file: /cvs/src/src/gdb/config/pa/hppahpux.mt,v retrieving revision 1.1.1.1 diff -c -3 -p -r1.1.1.1 hppahpux.mt *** config/pa/hppahpux.mt 16 Apr 1999 01:34:24 -0000 1.1.1.1 --- config/pa/hppahpux.mt 13 Dec 2002 15:40:42 -0000 *************** *** 1,3 **** # Target: HP PA-RISC running hpux ! TDEPFILES= hppa-tdep.o TM_FILE= tm-hppah.h --- 1,3 ---- # Target: HP PA-RISC running hpux ! TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o TM_FILE= tm-hppah.h