[LV] Now for another bit of noise , ok any noise ...
Mr. James W. Laferriere
babydr at baby-dragons.com
Sun Mar 8 00:57:26 CET 2009
Hello Jan-Benedict ,
On Sat, 7 Mar 2009, Jan-Benedict Glaw wrote:
> On Fri, 2009-03-06 20:31:40 -0900, Mr. James W. Laferriere <babydr at baby-dragons.com> wrote:
>> On Fri, 6 Mar 2009, Jan-Benedict Glaw wrote:
>>> On Fri, 2009-03-06 10:53:48 +0100, Jan-Benedict Glaw <jbglaw at lug-owl.de> wrote:
>>>>
>>>> I'll send a build receipt and the current set of patches to the list
>>>> soon.
>>>
>>> Build receipt: You can try to use Maciej's Source RPMs
>>> (ftp://ftp.linux-mips.org/pub/linux/mips/people/macro/SRPMS/, take the
>>> newest vax-linux-* .src.rpm files and build them).
>>
>> Ok , Which of these ? Or all of them :-) .
>>
>>> dir -alrt vax-linux*
>> 20644451 Jan 07 02:19 vax-linux-boot-glibc-headers-2.4-7.src.rpm
>> 39745793 Jan 07 18:37 vax-linux-boot-gcc-4.1.2-9.src.rpm
>> 15733992 Mar 01 23:34 vax-linux-binutils-2.19.1-1.src.rpm
>> 39765917 Mar 02 17:09 vax-linux-boot-gcc-4.1.2-16.src.rpm
>
> vax-linux-binutils and vax-linux-boot-gcc are the most important for a
> start. vax-linux-boot-glibc-headers is needed for the next step,
> building glibc, which is needed for building a full-blown compiler.
>
> MfG, JBG
For everyone else's information use the '-p1' to patch .
ie: cat $filename | patch --verbose -p1
During patching of the gcc sources I received one reject as a 'Assume
-R?' which I said no to . Hopefully this is correct , See below the patch that
rejected .
Hth , JimL
<capture>
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|From jbglaw at lug-owl.de Fri Mar 6 03:10:11 2009
|Date: Fri, 6 Mar 2009 13:08:54 +0100
|From: Jan-Benedict Glaw <jbglaw at lug-owl.de>
|Reply-To: Linux Vax Mailing List <linux-vax at pergamentum.com>
|To: kim.hawtin at adelaide.edu.au, Linux Vax Mailing List
<linux-vax at pergamentum.com>
|Subject: [LV] [PATCH 11/12] Fix typo leading to spurious "warning: unused
variable `mode'" error messages in constraints.md
|
| [ The following text is in the "utf-8" character set. ]
| [ Your display is set for the "ISO-8859-1" character set. ]
| [ Some characters may be displayed incorrectly. ]
|
|Due to a type (braces were wrong), constraints.md code looking like:
|
|(define_memory_constraint "Q"
| "operand is a MEM that does not have a mode-dependent address."
| (and (match_code "mem")
| (match_test "!mode_dependent_address_p (XEXP (op, 0))")))
|
|was translated to
|
| static inline bool
| satisfies_constraint_Q (rtx op)
| {
| enum machine_mode mode = GET_MODE (op);
| return (GET_CODE (op) == MEM) && (
| #line 102 "/home/jbglaw/devel/sources/gcc/gcc/config/vax/constraints.md"
| (!mode_dependent_address_p (XEXP (op, 0))));
| }
|
|because "mode_dependent_address_p" looked like "mode" (due to the '_'
|not being recognized). This patch also indents the generated code
|and updates the file's copyright year.
|
|2009-03-04 Jan-Benedict Glaw <jbglaw at lug-owl.de>
|
| * gcc/genpreds.c: Update copyright year.
| (needs_variable): Fix braces at variable name detection.
| (write_tm_constrs_h): Indent generated code.
|---
| gcc/genpreds.c | 6 +++---
| 1 files changed, 3 insertions(+), 3 deletions(-)
|
|diff --git a/gcc/genpreds.c b/gcc/genpreds.c
|index e0fb3f4..a1232e9 100644
|--- a/gcc/genpreds.c
|+++ b/gcc/genpreds.c
--------------------------
Patching file gcc/genpreds.c using Plan A...
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
Hunk #1 ignored at 2.
Hunk #2 ignored at 234.
Hunk #3 ignored at 1103.
3 out of 3 hunks ignored -- saving rejects to file gcc/genpreds.c.rej
Hmm... Ignoring the trailing garbage.
done
</capture>
--
+------------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network&System Engineer | 2133 McCullam Ave | Give me Linux |
| babydr at baby-dragons.com | Fairbanks, AK. 99701 | only on AXP |
+------------------------------------------------------------------+
_______________________________________________
Linux-Vax mailing list
Linux-Vax at mail.pergamentum.com
http://mail.pergamentum.com/mailman/listinfo/linux-vax
More information about the Vax-linux
mailing list