From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] at91bootstrap: fix gcc-4.6.x overlap linker issue
Date: Tue, 9 Oct 2012 19:21:47 +0200 [thread overview]
Message-ID: <20121009192147.0d5456dd@skate> (raw)
In-Reply-To: <1349800757-31873-1-git-send-email-gregory.hermant@calao-systems.com>
On Tue, 9 Oct 2012 18:39:17 +0200, Gregory Hermant wrote:
>
> Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
> ---
> ...at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch
>
> diff --git a/boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch b/boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch
> new file mode 100644
> index 0000000..b738df1
> --- /dev/null
> +++ b/boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch
> @@ -0,0 +1,12 @@
> +diff --git a/elf32-littlearm.lds b/elf32-littlearm.lds
> +index a33952f..4f3ba25 100644
> +--- a/elf32-littlearm.lds
> ++++ b/elf32-littlearm.lds
> +@@ -7,6 +7,7 @@ SECTIONS
> + .text : {
> + _stext = .;
> + *(.text)
> ++ *(.text*)
> + *(.rodata) /* read-only data (constants) */
> + *(.rodata*)
> + . = ALIGN(4);
Your patch lacks a description and Signed-off-by.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
prev parent reply other threads:[~2012-10-09 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-09 16:39 [Buildroot] [PATCH v2] at91bootstrap: fix gcc-4.6.x overlap linker issue Gregory Hermant
2012-10-09 17:21 ` Thomas Petazzoni [this message]
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=20121009192147.0d5456dd@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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.