]> Git Repo - binutils.git/commitdiff
* hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will
authorRob Savoye <rob@cygnus>
Wed, 7 Dec 1994 21:26:22 +0000 (21:26 +0000)
committerRob Savoye <rob@cygnus>
Wed, 7 Dec 1994 21:26:22 +0000 (21:26 +0000)
stop being linked in.
* config/pa/tm-hppap.h: New file. Set GDB_TARGET_IS_PA_ELF,
otherwise it looks like BSD-ELF.

gdb/ChangeLog
gdb/hppa-tdep.c

index 433196e58c1fe845303602af95e50954d3b0d719..f709083526cf27984392cb5de6a6e4fd29d0dff2 100644 (file)
@@ -1,3 +1,11 @@
+Wed Dec  7 13:21:47 1994  Rob Savoye  <[email protected]>
+
+       * hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will
+       stop being linked in.
+
+       * config/pa/tm-hppap.h: New file. Set GDB_TARGET_IS_PA_ELF,
+       otherwise it looks like BSD-ELF.
+
 Mon Dec  5 21:43:52 1994  Stu Grossman  ([email protected])
 
        * inftarg.c: include <sys/types.h> to get def of pid_t.
index d765b94da2c5c227137527999d3f09ea8e4a6461..1fd4fc3a0b241338f817739fad98d8b3d16cf004 100644 (file)
@@ -1389,7 +1389,9 @@ hppa_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p)
         somsolib.c.  Once the GOT value is in %r19 we can call the procedure
         in the normal fashion.  */
 
+#ifndef GDB_TARGET_IS_PA_ELF
         write_register (19, som_solib_get_got_by_pc (fun));
+#endif
     }
 
   /* If we are calling an import stub (eg calling into a dynamic library)
This page took 0.043495 seconds and 4 git commands to generate.