aboutsummaryrefslogtreecommitdiff
path: root/bfd/libhppa.h
AgeCommit message (Collapse)AuthorFilesLines
1993-07-14 * hppa.c [HOST_HPPABSD]: Use hpux-style core files.Jim Kingdon1-6/+14
* libhppa.h [HOST_HPPABSD]: Include hpux version of core.h
1993-05-01 * libhppa.h: #undef e_* symbols which come from <machine/som.h>Stu Grossman1-0/+24
when compiling under HPUX.
1993-05-01 * The following patches are from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+25
* hppa.c (hppa_core_file_p): Provide a temporary dummy routine for HOST_HPPABSD. * bfd/hosts/hppabsd.h: Fix declarations of malloc and free. * bfd/libhppa.h: Include sysdep here. Conditionalize includes based on HOST_HPPAHPUX or HOST_HPPABSD. Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable for BSD.
1993-04-29new reloc enum typesKen Raeburn1-34/+75
1992-12-22* hppa.c: Conditionalize on HOST_HPPAHPUX instead of hp9000s800.Stu Grossman1-21/+12
Get rid of HPPA/BSD specific code. That will go somewhere else someday. * (fill_spaces): Don't spin forever and die if you don't find $MILLICODE$ subspace. * (hppa_object_p): Make sure that we have a real honest-to-cthulu exec file! * (hppa_core_file_failing_signal, hppa_core_file_failing_command): Make these work for HPUX. * (make_bfd_asection): New routine to make section creation a little easier. * (hppa_core_file_p): Completely rewrite, leave out bugs. * libhppa.h: #include the right system files. Redefine all of the structs/macros for hacking core files to use more sensible HPUX core file structures. * targets.c (target_vector): Conditionalize hppa_vec on HOST_HPPAHPUX, not hp9000s800. * hosts/hppahpux.h: #include stdlib.h to get correct decls for malloc and realloc. #define HOST_HPPAHPUX.
1992-12-15* hppa.c: #include "sysdep.h", not <sysdep.h>.Stu Grossman1-0/+127
* libhppa.h: Make millicode_start and millicode_end be unsigned int to be same type as CORE_ADDR in GDB. Why are these here?