This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
lib
/
csu
/
arch
/
sh3
History
uwe
2bd409d71f
___start is __dso_hidden, so use CALL_DATUM_LOCAL and drop the PIC
...
prologue from __start.
2016-08-29 21:27:03 +00:00
..
crt0.S
___start is __dso_hidden, so use CALL_DATUM_LOCAL and drop the PIC
2016-08-29 21:27:03 +00:00
crtbegin.S
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
2013-09-12 15:36:14 +00:00
crtend.S
Use unambiguous .p2align 2 since .align 4 copied from i386 is
2012-01-31 20:12:47 +00:00
crti.S
Use unambiguous .p2align 2 since .align 4 copied from i386 is
2012-01-31 20:12:47 +00:00
crtn.S
Add a comment that explains what this code does.
2012-01-28 12:44:19 +00:00
Makefile.inc
…