Yifan Lu
|
3fcebd74b2
|
Add support for changing start address in 3dsx linker script
Use LDFLAGS --defsym="__start__=0x14000000" for example to change start address
|
2016-03-26 01:58:59 -05:00 |
|
Dave Murphy
|
cf2e5124ce
|
strip unused sections at link time
|
2015-12-12 11:38:41 +00:00 |
|
Dave Murphy
|
c4a55871e4
|
size improvements for libstdc++
|
2015-12-12 11:37:57 +00:00 |
|
Dave Murphy
|
ff6e2b58c6
|
update to gcc 5.3.0
|
2015-12-11 21:11:01 +00:00 |
|
Dave Murphy
|
50514b3c7f
|
don't fail on writes to null device
|
2015-12-11 09:53:31 +00:00 |
|
Dave Murphy
|
5e86d85526
|
fix chdir when no device string set
|
2015-11-29 18:37:59 +00:00 |
|
Dave Murphy
|
af4c3ff66a
|
update binutils to 2.25.1
|
2015-11-29 18:36:39 +00:00 |
|
Dave Murphy
|
0ca5bf65c0
|
remove default crt0
|
2015-11-28 22:27:09 +00:00 |
|
Dave Murphy
|
564fa0e0af
|
Merge branch 'devkitARM_r45' of github.com:devkitPro/buildscripts into devkitARM_r45
|
2015-11-28 22:25:04 +00:00 |
|
Dave Murphy
|
47ddd93e55
|
add support for TLS
|
2015-11-28 18:24:01 +00:00 |
|
Dave Murphy
|
fea87e834c
|
allow override of CTRULIB variable
|
2015-11-28 18:03:29 +00:00 |
|
Dave Murphy
|
bb1c5bba94
|
garbage collect sections when linking
|
2015-11-23 20:11:37 +00:00 |
|
Dave Murphy
|
0e404ac683
|
use lto aware tools
|
2015-11-23 20:10:50 +00:00 |
|
Dave Murphy
|
dd0500e539
|
tidying libsysbase and implementing locks
|
2015-11-22 16:45:08 +00:00 |
|
Dave Murphy
|
6e94598966
|
update to gdb 7.10
|
2015-10-30 22:21:04 +00:00 |
|
Dave Murphy
|
14359b772f
|
update to gcc 5.2.0
|
2015-10-25 15:28:45 +00:00 |
|
Dave Murphy
|
1f4243ead0
|
upgrade to gcc 5.1.0
|
2015-05-22 11:13:51 +01:00 |
|
Dave Murphy
|
074ceec36c
|
update gdb patch
|
2015-03-16 18:05:19 +00:00 |
|
Dave Murphy
|
e0c31cded7
|
update to gdb 7.9
|
2015-03-16 17:01:42 +00:00 |
|
Dave Murphy
|
5b64b79621
|
fix OSX building of gcc
|
2015-02-14 21:28:58 +00:00 |
|
Dave Murphy
|
e88c516694
|
temp removal of lock.h overrides
|
2015-02-13 23:34:41 +00:00 |
|
Dave Murphy
|
62b2adce92
|
implement dup/dup2
|
2015-01-27 23:41:06 +00:00 |
|
Dave Murphy
|
0b9a5d7f76
|
update to gdb 7.8.2
|
2015-01-21 17:24:24 +00:00 |
|
Dave Murphy
|
bfdab38a67
|
read direct to user buffer when request is greater than internal buffer size
|
2015-01-21 15:51:42 +00:00 |
|
Dave Murphy
|
7f5147f4ec
|
update to binutils 2.25
|
2015-01-07 15:13:29 +00:00 |
|
Dave Murphy
|
08f90d3343
|
allow different portlibs per console
|
2015-01-05 14:06:06 +00:00 |
|
Dave Murphy
|
5305d2e77e
|
always set shell to bash on OSX
|
2015-01-01 22:09:08 +00:00 |
|
Dave Murphy
|
742742f275
|
set portlibs base path in base rules, add individual portlibs for each console
|
2015-01-01 22:08:39 +00:00 |
|
Dave Murphy
|
c3248e2ed5
|
remove previous newlib patch
|
2014-12-31 18:43:03 +00:00 |
|
Dave Murphy
|
9a1e7dfb06
|
newlib 2.2.0 for devkitARM
|
2014-12-31 17:59:33 +00:00 |
|
Dave Murphy
|
ad68b25d09
|
expose handle manager calls and gethostid
|
2014-12-17 23:28:44 +00:00 |
|
Dave Murphy
|
ff7a467958
|
tidy up libsysbase
add rmdir
set errno appropriately
getcwd(NULL,0) now allocates buffer
|
2014-12-10 22:14:09 +00:00 |
|
Dave Murphy
|
f846fe610b
|
add __DYNAMIC_REENT__, use constructor/destructor to init/close lock, add __getreent syscall callback
|
2014-12-06 04:48:41 +00:00 |
|
Dave Murphy
|
47e4fcbee5
|
enable-threads
|
2014-12-06 04:16:27 +00:00 |
|
Dave Murphy
|
fdd2a20b33
|
add gettimeofday callback, add locks to handle manager
|
2014-12-03 11:33:46 +00:00 |
|
fincs
|
7546e1e65a
|
Update for new 3dsxtool
|
2014-11-30 21:38:04 +01:00 |
|
Dave Murphy
|
c2be5b3865
|
keep compatibility with previous devkitARM
|
2014-11-30 06:46:03 +00:00 |
|
Dave Murphy
|
18b81c32e8
|
fix missing _rename_r
|
2014-11-28 23:13:00 +00:00 |
|
Dave Murphy
|
9c53de7304
|
correct multilib setup
|
2014-11-28 23:11:50 +00:00 |
|
Dave Murphy
|
be191f464a
|
put 3ds crt0 only in armv6k/fpu multilib
|
2014-11-28 21:48:03 +00:00 |
|
Dave Murphy
|
213b8b293d
|
update newlib with lock stub support
|
2014-11-27 10:26:11 +00:00 |
|
Dave Murphy
|
63fc9bb5e5
|
add armv6k hard float multilib
|
2014-11-27 10:21:57 +00:00 |
|
Dave Murphy
|
fe1d504432
|
update gdb to 7.8
|
2014-11-27 10:21:18 +00:00 |
|
Dave Murphy
|
334b3ab083
|
use name of dir to report errors instead of archive name
|
2014-11-22 16:31:23 +00:00 |
|
fincs
|
f7de61f3c9
|
3dsx.ld: add missing .fini section
|
2014-11-21 16:34:33 +01:00 |
|
Dave Murphy
|
e897a44640
|
build and install libctru for devkitARM
|
2014-11-21 09:47:21 +00:00 |
|
Dave Murphy
|
e0caf9ea02
|
enable CTRULIB
|
2014-11-21 00:39:04 +00:00 |
|
Dave Murphy
|
e454bd0dd7
|
build 3ds support stuff
|
2014-11-20 16:34:42 +00:00 |
|
Dave Murphy
|
ac53b3f62f
|
remove old gcc patch
|
2014-11-20 16:33:37 +00:00 |
|
Dave Murphy
|
bb77177e7b
|
add 3ds support files
|
2014-11-20 16:32:23 +00:00 |
|