Andrew Cagney
|
f4f9705a2d
|
* gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
* gdbarch.h, gdbarch.c: Regenerate.
* defs.h (breakpoint_from_pc_fn): Delete type definition.
* target.h (memory_breakpoint_from_pc): Update declaration.
* config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
* arch-utils.c (legacy_breakpoint_from_pc): Update return type.
* mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
* mem-break.c (memory_breakpoint_from_pc): Ditto.
* rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
* s390-tdep.c (s390_breakpoint_from_pc): Ditto
* xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
* mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
* mips-tdep.c (mips_breakpoint_from_pc): Ditto.
* m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
* ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
* d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
* arch-utils.c (legacy_breakpoint_from_pc): Ditto..
* mem-break.c (default_memory_insert_breakpoint): Make `bp' a
const pointer.
* monitor.c (monitor_insert_breakpoint): Ditto.
* rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
* config/mcore/tm-mcore.h: Update copyright.
* mem-break.c: Ditto.
* xstormy16-tdep.c: Ditto.
|
2002-04-18 18:09:09 +00:00 |
|
Andrew Cagney
|
afe64c1a68
|
* arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
(target_byte_order): Initialize to BFD_ENDIAN_BIG.
(initialize_current_architecture): Update target_byte_order using
information from BFD.
* config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
* config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
* config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
Update doco.
|
2002-01-29 03:51:19 +00:00 |
|
Andrew Cagney
|
3fd3d7d29c
|
Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.
|
2002-01-20 19:26:50 +00:00 |
|
Andrew Cagney
|
778eb05eac
|
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
|
2001-12-15 16:53:24 +00:00 |
|
Andrew Cagney
|
e0441cf0e1
|
* config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
function signature to match recent tracepoint.c:encode_actions
changes.
* mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
|
2001-09-19 20:43:54 +00:00 |
|
Andrew Cagney
|
f88e2c5226
|
Include regcache.h
|
2001-03-14 23:23:16 +00:00 |
|
Kevin Buettner
|
b6ba6518e9
|
Update/correct copyright notices.
|
2001-03-06 08:22:02 +00:00 |
|
Nick Clifton
|
585230bdeb
|
Fix definition of SKIP_PROLOGUE macro.
|
2000-07-14 20:55:41 +00:00 |
|
Kevin Buettner
|
a14ed312fd
|
PARAMS removal.
|
2000-05-28 01:12:42 +00:00 |
|
Jason Molenda
|
c4093a6ab3
|
import gdb-1999-12-13 snapshot
|
1999-12-14 01:06:04 +00:00 |
|
Jason Molenda
|
11cf874164
|
import gdb-1999-11-08 snapshot
|
1999-11-09 01:23:30 +00:00 |
|
Jason Molenda
|
7be570e7ce
|
import gdb-1999-08-16 snapshot
|
1999-08-16 19:57:19 +00:00 |
|
Jason Molenda
|
96baa820df
|
import gdb-1999-08-09 snapshot
|
1999-08-09 21:36:23 +00:00 |
|