From: Nathan Sidwell Date: Mon, 18 Sep 2006 11:30:53 +0000 (+0000) Subject: libgloss/ X-Git-Tag: newlib-csl-arm-2006q3-21~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef66d8bae071be6d6cff29a7e2c989919c48f36;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index f8072bfb72b..da32283d2ca 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,5 +1,11 @@ 2006-09-18 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. + libgloss/ * m68k/Makefile.in (bdm-semihost.o): Build from bdm-semihost.S. * m68k/bdm-semihost.c: Remove.