* paread.c (read_unwind_info): Just assign to objfile->obj_private,
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 25 Jan 1994 16:39:10 +0000 (16:39 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 25 Jan 1994 16:39:10 +0000 (16:39 +0000)
commit364648978f43664a24edd6b396c0937d1601f938
treeaa88096c50a928127fb5fe2f61dc513b5160dc7f
parent1b30bebf859a32fc54c0def218535f437f24c515
* paread.c (read_unwind_info): Just assign to objfile->obj_private,
not OBJ_UNWIND_INFO.  Assigning to a cast is a GCC-ism which
the HP compiler in ANSI mode doesn't like.

* main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
based on USG, rather than defining HAVE_SIGSETMASK to an expression
containing defined.  This is for the HP compiler in ANSI mode.
gdb/ChangeLog
gdb/main.c
gdb/paread.c
This page took 0.024304 seconds and 4 git commands to generate.