diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f94517..8a74dde 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2006-11-16 Mike Stump <mrs@apple.com> + + * config/darwin.h (LINK_COMMAND_SPEC): Don't do dwarf stuff on + pre-darwin9 system, unless the user asks for it directly. + (PREFERRED_DEBUGGING_TYPE): Likewise. + * config/i386/darwin.h (PREFERRED_DEBUGGING_TYPE): Likewise. + * config.gcc: Add suppport for darwin9.h. + * config/darwin9.h: Add. + * doc/install.texi (Specific): Clarify darwin documentation. + 2006-11-16 Richard Earnshaw <rearnsha@arm.com> * arm.h (CONSTANT_ALIGNMENT): Don't over-align strings when |