Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gcc pull across a patch from gcc-current, ...
details: https://anonhg.NetBSD.org/src/rev/be36ebd15516
branches: trunk
changeset: 504457:be36ebd15516
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Mar 03 08:14:06 2001 +0000
description:
pull across a patch from gcc-current, that allows "cc -m32 -pg" to work.
1999-12-14 Jakub Jelinek <jakub%redhat.com@localhost>
* config/sparc/sparc.c (sparc_override_options): Allow block
profiling with -m32.
diffstat:
gnu/dist/toolchain/gcc/ChangeLog | 6 ++++++
gnu/dist/toolchain/gcc/config/sparc/sparc.c | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 55c38be47e09 -r be36ebd15516 gnu/dist/toolchain/gcc/ChangeLog
--- a/gnu/dist/toolchain/gcc/ChangeLog Sat Mar 03 03:29:20 2001 +0000
+++ b/gnu/dist/toolchain/gcc/ChangeLog Sat Mar 03 08:14:06 2001 +0000
@@ -1,3 +1,9 @@
+2001-01-03 matthew green (mrg%eterna.com.au@localhost)
+
+ 1999-12-14 Jakub Jelinek <jakub%redhat.com@localhost>
+ * config/sparc/sparc.c (sparc_override_options): Allow block
+ profiling with -m32.
+
Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law%cygnus.com@localhost)
* gcc-2.95.2 Released.
diff -r 55c38be47e09 -r be36ebd15516 gnu/dist/toolchain/gcc/config/sparc/sparc.c
--- a/gnu/dist/toolchain/gcc/config/sparc/sparc.c Sat Mar 03 03:29:20 2001 +0000
+++ b/gnu/dist/toolchain/gcc/config/sparc/sparc.c Sat Mar 03 08:14:06 2001 +0000
@@ -367,7 +367,7 @@
sparc_init_modes ();
if ((profile_flag || profile_block_flag)
- && sparc_cmodel != CM_MEDLOW)
+ && sparc_cmodel != CM_32 && sparc_cmodel != CM_MEDLOW)
{
error ("profiling does not support code models other than medlow");
}
Home |
Main Index |
Thread Index |
Old Index