📄 newlib-1.13.0.patch.svn-base
字号:
diff -burN orig.newlib-1.13.0/config.sub newlib-1.13.0/config.sub--- orig.newlib-1.13.0/config.sub 2004-11-15 21:18:39.000000000 -0400+++ newlib-1.13.0/config.sub 2005-05-23 02:33:28.000000000 -0300@@ -665,6 +665,10 @@ basic_machine=m68k-atari os=-mint ;;+ psp)+ basic_machine=mipsel-unknown+ os=-elf+ ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;;diff -burN orig.newlib-1.13.0/newlib/libc/ctype/ctype_.c newlib-1.13.0/newlib/libc/ctype/ctype_.c--- orig.newlib-1.13.0/newlib/libc/ctype/ctype_.c 2003-05-13 06:46:47.000000000 -0300+++ newlib-1.13.0/newlib/libc/ctype/ctype_.c 2005-05-23 02:33:50.000000000 -0300@@ -88,7 +88,7 @@ extern _CONST char __declspec(dllexport) _ctype_[1 + 256] __attribute__ ((alias ("_ctype_b+127"))); _CONST char __declspec(dllexport) *__ctype_ptr = _ctype_b + 128; #else-extern _CONST char _ctype_[1 + 256] __attribute__ ((alias ("_ctype_b+127")));+extern _CONST char _ctype_[1 + 256]; // __attribute__ ((alias ("_ctype_b+127"))); _CONST char *__ctype_ptr = _ctype_b + 128; #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -