Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/csu
Module Name: src
Committed By: fvdl
Date: Sun Sep 7 22:27:55 UTC 2003
Modified Files:
src/lib/csu/common_elf: crtbegin.c dwarf2_eh.h
src/lib/csu/x86_64: Makefile
Log Message:
Allow platforms to define __EH_FRAME_CONST. Currently "const" for x86_64,
empty for others. x86_64 (and s390, which we do not have) have .eh_frame
as a read-only section, so __EH_FRAME_BEGIN__ and the register/deregister
functions must take a const foo *.
This also fixes an ICE in gcc 3.3.1 (see gcc PR #9552)
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/lib/csu/common_elf/crtbegin.c
cvs rdiff -r1.1 -r1.2 src/lib/csu/common_elf/dwarf2_eh.h
cvs rdiff -r1.3 -r1.4 src/lib/csu/x86_64/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index