Define BREAKPOINT as either {BIG,LITTLE}_BREAKPOINT, depending on target byte order.

This commit is contained in:
Michael Meissner 1995-06-07 21:48:28 +00:00
parent fbf8d7e17a
commit a4c7302a32

View File

@ -1,3 +1,9 @@
Wed Jun 7 17:46:33 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* config/rs6000/tm-rs6000.h (BREAKPOINT): Define as either
BIG_BREAKPOINT or LITTLE_BREAKPOINT depending on the target byte
order.
Wed Jun 7 12:41:42 1995 Jeff Law (law@snake.cs.utah.edu)
* somsolib.c (som_solib_section_offsets): Handle relative pathnames.