GNU Binutils with patches for OS216
Revision | cda852e66e0bf33d3098d50195033ba9ab01e54b (tree) |
---|---|
Time | 2006-12-22 16:47:30 |
Author | Nathan Sidwell <nathan@code...> |
Commiter | 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.
@@ -1,6 +1,17 @@ | ||
1 | -2006-12-15 Daniel Jacobowitz <dan@codesourcery.com> | |
1 | +2006-12-22 Nathan Sidwell <nathan@codesourcery.com> | |
2 | 2 | |
3 | 3 | libgloss/ |
4 | + * m68k/Makefile.in (CF_ISRS): Remove now shared routines. | |
5 | + * m68k/cf-crt0.S (__reset): Define here. | |
6 | + (__start): Adjust semihosting. | |
7 | + * m68k/cf-hosted.S (__hosted): Adjust semihosting. | |
8 | + * m68k/cf-isrs.c: Share some ISRS. Add aliases for each IRQ slot. | |
9 | + * m68k/cf-isv.S: Move to .interrupt_vector section. Make each | |
10 | + slot a unique routine. | |
11 | + * m68k/cf.sc: Adjust for .interrupt_vector section. | |
12 | + | |
13 | +2006-12-15 Daniel Jacobowitz <dan@codesourcery.com> | |
14 | + | |
4 | 15 | * m68k/Makefile.in (FIDO_OBJS): Build fido-priv.o. |
5 | 16 | * m68k/fido-crt0.S (_vector_table): Reference |
6 | 17 | _PrivilegeViolationHandler. |