freebsd-ports/emulators/psim-freebsd/files
Mark Peek c8293e99a6 Patches to gdb-5.2 from the gdb CVS repository. These are needed to
properly enumerate all the cpu architectures.
2002-05-12 18:31:25 +00:00
..
dot.gdbinit
HOW-TO Fix numbering and add reference to the PSIM web page. 2001-10-14 12:35:19 +00:00
patch-bfd-archures.c Patches to gdb-5.2 from the gdb CVS repository. These are needed to 2002-05-12 18:31:25 +00:00
patch-bfd-cpu-powerpc.c Patches to gdb-5.2 from the gdb CVS repository. These are needed to 2002-05-12 18:31:25 +00:00
patch-emul_chirp.c
patch-hw_cpu.c
patch-hw_init.c
patch-hw_tab.c
README.patches Update to the 2002-03-10 snapshot of what will be version 5.2. 2002-03-10 21:04:40 +00:00

$FreeBSD$

Patch comments:

sim/ppc/emul_chirp.c:
Add a mapping for the kernel to obtain the mapping for the
OpenFirmware callback.

sim/ppc/hw_cpu.c:
Add the device type and timebase-frequency to the cpu device.
Add code to create an instance of the cpu for the translation of the
OpenFirmware callback.

sim/ppc/hw_init.c:
Allow the simulator to load a dynamically linked OEA environment.

sim/ppc/hw_tab.c:
Ignore warnings for the improper alignment of the htab. A better fix would be
to properly align the htab when the memory is allocated in the first place.