• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisioncda852e66e0bf33d3098d50195033ba9ab01e54b (tree)
Time2006-12-22 16:47:30
AuthorNathan Sidwell <nathan@code...>
CommiterNathan Sidwell

Log Message

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.

Change Summary

Incremental Difference

--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,6 +1,17 @@
1-2006-12-15 Daniel Jacobowitz <dan@codesourcery.com>
1+2006-12-22 Nathan Sidwell <nathan@codesourcery.com>
22
33 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+
415 * m68k/Makefile.in (FIDO_OBJS): Build fido-priv.o.
516 * m68k/fido-crt0.S (_vector_table): Reference
617 _PrivilegeViolationHandler.