Module Name:src
Committed By: joerg
Date: Sun Mar 16 11:41:30 UTC 2014
Modified Files:
src/lib/csu/arch/vax: crtbegin.S
Log Message:
__do_global_ctors_aux and __do_global_ctors_aux must be used locally, so
mark them as hidden.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: matt
Date: Wed Jul 10 23:30:45 UTC 2013
Modified Files:
src/lib/csu/arch/vax: crtbegin.S
Log Message:
Add END(func) so gdb doesn't get so confused.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/csu/arch/vax/crtbegin.S
Module Name:src
Committed By: matt
Date: Wed Jul 10 22:55:40 UTC 2013
Modified Files:
src/lib/csu/arch/vax: crtbegin.S
Log Message:
Fix another bneq -> beql botch
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/csu/arch/vax/crtbegin.S
Please note tha
Module Name:src
Committed By: matt
Date: Wed Jul 10 14:27:02 UTC 2013
Modified Files:
src/lib/csu/arch/vax: crtbegin.S
Log Message:
Fix logic inversion.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/csu/arch/vax/crtbegin.S
Please note that diffs ar
Module Name:src
Committed By: matt
Date: Tue Jun 25 00:30:07 UTC 2013
Modified Files:
src/lib/csu/arch/vax: Makefile.inc crtbegin.S crtend.S
Log Message:
Use .long not .word
Use _ENTRY
[with these changes, the crtstuff passes its ATF tests.]
To generate a diff of this co
Module Name:src
Committed By: matt
Date: Mon Jun 24 14:49:55 UTC 2013
Modified Files:
src/lib/csu/arch/vax: crtbegin.S
Log Message:
Like the rest, make __DTOR_LIST__ start with a -1
Make sure dwarf_eh_object is 8 words long.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: matt
Date: Fri Jun 21 15:54:08 UTC 2013
Modified Files:
src/lib/csu/arch/vax: Makefile.inc crt0.S
Added Files:
src/lib/csu/arch/vax: crtbegin.S crtend.S
Log Message:
USE_COMPILERCRTSTUFF=no support for vax.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Sat Jul 2 20:14:10 UTC 2011
Modified Files:
src/lib/csu/arch/vax: crt0.S
Log Message:
Adapt to the new ___start calling convention
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/vax/crt0.S
Please no