From: Nathan Sidwell Date: Fri, 22 Dec 2006 07:47:30 +0000 (+0000) Subject: libgloss/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda852e66e0bf33d3098d50195033ba9ab01e54b;p=thirdparty%2Fbinutils-gdb.git libgloss/ * m68k/Makefile.in (CF_ISRS): Remove now shared routines. * m68k/cf-crt0.S (__reset): Define here. (__start): Adjust semihosting. * m68k/cf-hosted.S (__hosted): Adjust semihosting. * m68k/cf-isrs.c: Share some ISRS. Add aliases for each IRQ slot. * m68k/cf-isv.S: Move to .interrupt_vector section. Make each slot a unique routine. * m68k/cf.sc: Adjust for .interrupt_vector section. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index 3e76630f428..4acb68b0e60 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,6 +1,17 @@ -2006-12-15 Daniel Jacobowitz +2006-12-22 Nathan Sidwell libgloss/ + * m68k/Makefile.in (CF_ISRS): Remove now shared routines. + * m68k/cf-crt0.S (__reset): Define here. + (__start): Adjust semihosting. + * m68k/cf-hosted.S (__hosted): Adjust semihosting. + * m68k/cf-isrs.c: Share some ISRS. Add aliases for each IRQ slot. + * m68k/cf-isv.S: Move to .interrupt_vector section. Make each + slot a unique routine. + * m68k/cf.sc: Adjust for .interrupt_vector section. + +2006-12-15 Daniel Jacobowitz + * m68k/Makefile.in (FIDO_OBJS): Build fido-priv.o. * m68k/fido-crt0.S (_vector_table): Reference _PrivilegeViolationHandler.