[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/600] New: section .stack overlaps section .text
From: |
peter at spierepf dot dyndns dot org |
Subject: |
[Bug binutils/600] New: section .stack overlaps section .text |
Date: |
6 Dec 2004 17:32:03 -0000 |
Compiling a simple helloworld program using GNU g++ has overlapping stack and
text sections:
//-----------------------------------------
using namespace std;
#include <iostream>
int main() {
cout << "Hello World!" << endl;
}
//------------------------------------------
An equivalent c program compiles fine.
Originally submitted as: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18831
Peter.
--
Summary: section .stack overlaps section .text
Product: binutils
Version: 2.15
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: peter at spierepf dot dyndns dot org
CC: bug-binutils at gnu dot org
GCC target triplet: sh-elf
http://sources.redhat.com/bugzilla/show_bug.cgi?id=600
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug binutils/600] New: section .stack overlaps section .text,
peter at spierepf dot dyndns dot org <=
- [Bug binutils/600] section .stack overlaps section .text, peter at spierepf dot dyndns dot org, 2004/12/06
- [Bug binutils/600] section .stack overlaps section .text, peter at spierepf dot dyndns dot org, 2004/12/06
- [Bug binutils/600] section .stack overlaps section .text, nickc at redhat dot com, 2004/12/16
- [Bug binutils/600] section .stack overlaps section .text, nickc at redhat dot com, 2004/12/16
- [Bug binutils/600] section .stack overlaps section .text, nickc at redhat dot com, 2004/12/23