diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be7885c41ffd..006bd292fc9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-16 Joseph Myers + + * config/mn10300/mn10300.opt (mno-crt0): New. + 2011-02-16 Joseph Myers * config/m68k/uclinux.opt (static-libc): New Driver option. diff --git a/gcc/config/mn10300/mn10300.opt b/gcc/config/mn10300/mn10300.opt index 427510304b2f..8909d8bd1f3d 100644 --- a/gcc/config/mn10300/mn10300.opt +++ b/gcc/config/mn10300/mn10300.opt @@ -38,6 +38,10 @@ mmult-bug Target Report Mask(MULT_BUG) Work around hardware multiply bug +; Ignored by the compiler +mno-crt0 +Target RejectNegative + ; Ignored by the compiler mrelax Target RejectNegative