diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-12-22 07:47:30 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-12-22 07:47:30 +0000 |
commit | cda852e66e0bf33d3098d50195033ba9ab01e54b (patch) | |
tree | bfc914e05806fd5f9c8df002c9e90c29b1e8db33 | |
parent | f8144d295be0229831ecbd6d0281f14e3292c779 (diff) | |
download | fsf-binutils-gdb-cda852e66e0bf33d3098d50195033ba9ab01e54b.zip fsf-binutils-gdb-cda852e66e0bf33d3098d50195033ba9ab01e54b.tar.gz fsf-binutils-gdb-cda852e66e0bf33d3098d50195033ba9ab01e54b.tar.bz2 |
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.
-rw-r--r-- | ChangeLog.csl | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 3e76630..4acb68b 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,6 +1,17 @@ -2006-12-15 Daniel Jacobowitz <dan@codesourcery.com> +2006-12-22 Nathan Sidwell <nathan@codesourcery.com> 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 <dan@codesourcery.com> + * m68k/Makefile.in (FIDO_OBJS): Build fido-priv.o. * m68k/fido-crt0.S (_vector_table): Reference _PrivilegeViolationHandler. |