• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch
Gregory HermantGregory Hermant committed 3d3047f28d306 Nov 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From b783d1f9bf985c0981e755bd2c13e091e9d6837f Mon Sep 17 00:00:00 2001
2
From: Gregory Hermant <gregory.hermant@calao-systems.com>
3
Date: Tue, 6 Nov 2012 09:38:50 +0100
4
Subject: [PATCH] at91bootstrap: fix overlap linker issue
5
​
6
The linker script of the at91bootstrap package has to be modified when
7
built from gcc-4.6.x version. Indeed a section named text.startup is
8
created and has to be added into the text section.
9
​
10
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
11
---
12
 elf32-littlearm.lds |    1 +
13
 1 file changed, 1 insertion(+)
14
​
15
diff --git a/elf32-littlearm.lds b/elf32-littlearm.lds
16
index a33952f..4f3ba25 100644
17
--- a/elf32-littlearm.lds
18
+++ b/elf32-littlearm.lds
19
@@ -7,6 +7,7 @@ SECTIONS
20
    .text : { 
21
        _stext = .;
22
        *(.text)
23
+       *(.text*)
24
        *(.rodata)                 /* read-only data (constants) */
25
        *(.rodata*)
26
        . = ALIGN(4);
27
-- 
28
1.7.9.5
29
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.