All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Carlos E. Gorges" <carlos@techlinux.com.br>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.69 - vsyscall DSO implementation require as/binutils >= 2.12
Date: Tue, 6 May 2003 05:37:57 -0300	[thread overview]
Message-ID: <200305060537.57628.carlos@techlinux.com.br> (raw)


[root@quarks linux-2.5.69]: make bzImage
(....)
  gcc -Wp,-MD,arch/i386/kernel/.vsyscall.o.d -D__ASSEMBLY__ -D__KERNEL__ -Iinclude -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include  -traditional  -c -o arch/i386/kernel/vsyscall.o arch/i386/kernel/vsyscall.S
/root/tmp/ccJ8vZaj.s: Assembler messages:
/root/tmp/ccJ8vZaj.s:2003: Error: Unknown pseudo-op:  `.incbin'
/root/tmp/ccJ8vZaj.s:2008: Error: Unknown pseudo-op:  `.incbin'
make[1]: *** [arch/i386/kernel/vsyscall.o] Error 1
make: *** [arch/i386/kernel] Error 2
[root@quarks linux-2.5.69]: ld -v
GNU ld version 2.11.2 (with BFD 2.11.2)
[root@quarks linux-2.5.69]: grep -r binutils Documentation/Changes
o  binutils               2.9.5.0.25              # ld -v
release of binutils.
o  <ftp://ftp.kernel.org/pub/linux/devel/binutils/>

from binutils-2.14.90.0.1/gas/NEWS :

Changes in 2.12:
(...)
* New psuedo op: .incbin to include a set of binary data at a given point
  in the assembly.  Contributed by Anders Norlander.

Patch :

--- Documentation/Changes	Tue May  6 04:18:37 2003
+++ Documentation/Changes	Tue May  6 04:18:37 2003
@@ -50,7 +50,7 @@
 
 o  Gnu C                  2.95.3                  # gcc --version
 o  Gnu make               3.78                    # make --version
-o  binutils               2.9.5.0.25              # ld -v
+o  binutils               2.12                    # ld -v
 o  util-linux             2.10o                   # fdformat --version
 o  module-init-tools      0.9.9                   # depmod -V
 o  e2fsprogs              1.29                    # tune2fs
-


cya;

-- 
	 _________________________
	 Carlos E Gorges          
	 (carlos@techlinux.com.br)
	 Brazil                   
	 _________________________



                 reply	other threads:[~2003-05-06  8:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200305060537.57628.carlos@techlinux.com.br \
    --to=carlos@techlinux.com.br \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.