Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-12-15 21:09:03 +0300
committerDaniel Jacobowitz <drow@false.org>2006-12-15 21:09:03 +0300
commit57c3fb90264598d503ae0484f4d61a82f0105b80 (patch)
treed3fa0966f610dd0c2d85d8865e22e8f26de92633 /libgloss/m68k/fido-crt0.S
parent0efbda1a83df0756f4cdcdbc03ddbd2552a73a8e (diff)
* m68k/Makefile.in (FIDO_OBJS): Build fido-priv.o. * m68k/fido-crt0.S (_vector_table): Reference _PrivilegeViolationHandler. * m68k/fido-priv.S: New file.
Diffstat (limited to 'libgloss/m68k/fido-crt0.S')
-rw-r--r--libgloss/m68k/fido-crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m68k/fido-crt0.S b/libgloss/m68k/fido-crt0.S
index 89910514d..1ef573a4d 100644
--- a/libgloss/m68k/fido-crt0.S
+++ b/libgloss/m68k/fido-crt0.S
@@ -325,7 +325,7 @@ SYM (_vector_table):
dc.l _DivideByZeroHandler /* 005 Divide by Zero */
dc.l _ChkHandler /* 006 CHK, CHK2 Instructions */
dc.l _TrapccHandler /* 007 TRAPcc, TRAPV Instructions */
- dc.l _PriviligeViolationHandler /* 008 Privilege Violation */
+ dc.l _PrivilegeViolationHandler /* 008 Privilege Violation */
dc.l _TraceHandler /* 009 Trace */
dc.l _ALineHandler /* 010 A-Line Unimplemented Instr */
dc.l _FLineHandler /* 011 F-Line Unimplemented Instr */