From 2be701a30fd949e7a486fcf6843fdb34f6bc00dc Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 17 Nov 2005 04:23:03 +0000 Subject: 2005-11-16 Shaun Jackman * sim/arm/armos.c: Include limits.h (unlink): Remove this macro. It is unused in this file and conflicts with sim_callback->unlink. (PATH_MAX): Define as 1024 if not already defined. (ReadFileName): New function. (SWIopen): Fix a potential buffer overflow. (SWIremove): New function. (SWIrename): Ditto. (ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY, SWI_Remove, and SWI_Rename, as well as the RDI calls AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and AngelSWI_Reason_Rename. --- sim/arm/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'sim/arm/ChangeLog') diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 370cde7..0e32a65 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,18 @@ +2005-11-16 Shaun Jackman + + * sim/arm/armos.c: Include limits.h + (unlink): Remove this macro. It is unused in this file and + conflicts with sim_callback->unlink. + (PATH_MAX): Define as 1024 if not already defined. + (ReadFileName): New function. + (SWIopen): Fix a potential buffer overflow. + (SWIremove): New function. + (SWIrename): Ditto. + (ARMul_OSHandleSWI): Handle the RDP calls SWI_IsTTY, + SWI_Remove, and SWI_Rename, as well as the RDI calls + AngelSWI_Reason_IsTTY, AngelSWI_Reason_Remove, and + AngelSWI_Reason_Rename. + 2005-09-19 Paul Brook * armdefs.h: Define ARMsword and ARMsdword. Use stdint.h when -- cgit v1.1