URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
424 |
jeremybenn |
# Copyright (C) 1997, 1999, 2000, 2001, 2004, 2009
|
2 |
|
|
# Free Software Foundation, Inc.
|
3 |
|
|
|
4 |
|
|
# This program is free software; you can redistribute it and/or modify
|
5 |
|
|
# it under the terms of the GNU General Public License as published by
|
6 |
|
|
# the Free Software Foundation; either version 3 of the License, or
|
7 |
|
|
# (at your option) any later version.
|
8 |
|
|
#
|
9 |
|
|
# This program is distributed in the hope that it will be useful,
|
10 |
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11 |
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
12 |
|
|
# GNU General Public License for more details.
|
13 |
|
|
#
|
14 |
|
|
# You should have received a copy of the GNU General Public License
|
15 |
|
|
# along with this program; see the file COPYING3. If not see
|
16 |
|
|
# .
|
17 |
|
|
|
18 |
|
|
# Prune messages from g++ that aren't useful.
|
19 |
|
|
|
20 |
|
|
proc prune_g++_output { text } {
|
21 |
|
|
|
22 |
|
|
# Cygwin warns about -ffunction-sections
|
23 |
|
|
regsub -all "(^|\n)\[^\n\]*: -ffunction-sections may affect debugging on some targets\[^\n\]*" $text "" text
|
24 |
|
|
|
25 |
|
|
# Remove parts of warnings that refer to location of previous
|
26 |
|
|
# definitions, etc as these confuse dejagnu
|
27 |
|
|
regsub -all "(^|\n)\[^\n\]*: In function \[^\n\]*" $text "" text
|
28 |
|
|
|
29 |
|
|
# Ignore errata warning from IA64 assembler.
|
30 |
|
|
regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to workaround Itanium processor A/B step errata" $text "" text
|
31 |
|
|
regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
|
32 |
|
|
|
33 |
|
|
return $text
|
34 |
|
|
}
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.