GNU Binutils with patches for OS216
Revision | 7ef66d8bae071be6d6cff29a7e2c989919c48f36 (tree) |
---|---|
Time | 2006-09-18 20:30:53 |
Author | Nathan Sidwell <nathan@code...> |
Commiter | Nathan Sidwell |
libgloss/
* m68k/Makefile.in: Don't force a frame pointer on the ISRs.
* m68k/bdm-crt1.c (start1): Don't set the VBR here.
(hardeare_init_hook): Define weakly. Set VBR here, enable caching
if supported.
@@ -1,6 +1,12 @@ | ||
1 | 1 | 2006-09-18 Nathan Sidwell <nathan@codesourcery.com> |
2 | 2 | |
3 | 3 | libgloss/ |
4 | + * m68k/Makefile.in: Don't force a frame pointer on the ISRs. | |
5 | + * m68k/bdm-crt1.c (__start1): Don't set the VBR here. | |
6 | + (hardeare_init_hook): Define weakly. Set VBR here, enable caching | |
7 | + if supported. | |
8 | + | |
9 | + libgloss/ | |
4 | 10 | * m68k/Makefile.in (bdm-semihost.o): Build from bdm-semihost.S. |
5 | 11 | * m68k/bdm-semihost.c: Remove. |
6 | 12 | * m68k/bdm-semihost.S: New. |