Ignore:
Timestamp:
Jan 21, 2018, 12:10:09 AM (6 years ago)
Author:
coas-nagasima
Message:

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

Location:
EcnlProtoTool/trunk/tcc-0.9.27
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/tcc-0.9.27/coff.h

    r321 r331  
    2323#define  F_RELFLG   0x01       /* relocation info stripped from file       */
    2424#define  F_EXEC     0x02       /* file is executable (no unresolved refs)  */
    25 #define  F_LNNO     0x04       /* line nunbers stripped from file          */
     25#define  F_LNNO     0x04       /* line numbers stripped from file          */
    2626#define  F_LSYMS    0x08       /* local symbols stripped from file         */
    2727#define  F_GSP10    0x10       /* 34010 version                            */
     
    3838#define FILHDR  struct filehdr
    3939
    40 //#define FILHSZ  sizeof(FILHDR)
    41 #define FILHSZ  22                // above rounds to align on 4 bytes which causes problems
     40/* #define FILHSZ  sizeof(FILHDR)  */
     41#define FILHSZ  22                /* above rounds to align on 4 bytes which causes problems */
    4242
    4343#define COFF_C67_MAGIC 0x00c2
     
    154154/* Define constants for names of "special" sections                       */
    155155/*------------------------------------------------------------------------*/
    156 //#define _TEXT    ".text"
     156/* #define _TEXT    ".text" */
    157157#define _DATA    ".data"
    158158#define _BSS     ".bss"
Note: See TracChangeset for help on using the changeset viewer.