Skip to content
Snippets Groups Projects
  • John Marino's avatar
    dbed5a9b
    config.gcc (*-*-dragonfly*): New target. · dbed5a9b
    John Marino authored
    2014-05-21  John Marino  <gnugcc@marino.st>
    
    gcc:
    
    	* config.gcc (*-*-dragonfly*): New target.
    	* configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
    	* configure: Regenerate.
    	* config/dragonfly-stdint.h: New.
    	* config/dragonfly.h: New.
    	* config/dragonfly.opt: New.
    	* config/i386/dragonfly.h: New.
    	* ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
    
    include:
    
    	* liberty.h: Use basename function on DragonFly.
    
    libcilkrts:
    
    	* runtime/os-unix.c (__DragonFly__): New target.
    
    libgcc:
    
    	* config.host (*-*-dragonfly*): New target.
    	* crtstuff.c: Make dl_iterate_support generic on *bsd.
    	* enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
    	* unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
    	* config/i386/dragonfly-unwind.h: New.
    
    libitm:
    
    	* configure.tgt (*-*-dragonfly*): New target.
    
    libstdc++-v3:
    
    	* acinclude.m4 (*-*-dragonfly*): New target.
    	* configure: Regenerate.
    	* configure.host (*-*-dragonfly*): New target.
    	* config/locale/dragonfly/c_locale.cc: New.
    	* config/locale/dragonfly/ctype_members.cc: New.
    	* config/os/bsd/dragonfly/ctype_base.h: New.
    	* config/os/bsd/dragonfly/ctype_configure_char.cc: New.
    	* config/os/bsd/dragonfly/ctype_inline.h: New.
    	* config/os/bsd/dragonfly/os_defines.h: New.
    
    From-SVN: r210694
    dbed5a9b
    History
    config.gcc (*-*-dragonfly*): New target.
    John Marino authored
    2014-05-21  John Marino  <gnugcc@marino.st>
    
    gcc:
    
    	* config.gcc (*-*-dragonfly*): New target.
    	* configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
    	* configure: Regenerate.
    	* config/dragonfly-stdint.h: New.
    	* config/dragonfly.h: New.
    	* config/dragonfly.opt: New.
    	* config/i386/dragonfly.h: New.
    	* ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
    
    include:
    
    	* liberty.h: Use basename function on DragonFly.
    
    libcilkrts:
    
    	* runtime/os-unix.c (__DragonFly__): New target.
    
    libgcc:
    
    	* config.host (*-*-dragonfly*): New target.
    	* crtstuff.c: Make dl_iterate_support generic on *bsd.
    	* enable-execute-stack-mprotect.c: Always mprotect on FreeBSD.
    	* unwind-dw2-fde-dip.c: Add dl_iterate_phr support for DragonFly.
    	* config/i386/dragonfly-unwind.h: New.
    
    libitm:
    
    	* configure.tgt (*-*-dragonfly*): New target.
    
    libstdc++-v3:
    
    	* acinclude.m4 (*-*-dragonfly*): New target.
    	* configure: Regenerate.
    	* configure.host (*-*-dragonfly*): New target.
    	* config/locale/dragonfly/c_locale.cc: New.
    	* config/locale/dragonfly/ctype_members.cc: New.
    	* config/os/bsd/dragonfly/ctype_base.h: New.
    	* config/os/bsd/dragonfly/ctype_configure_char.cc: New.
    	* config/os/bsd/dragonfly/ctype_inline.h: New.
    	* config/os/bsd/dragonfly/os_defines.h: New.
    
    From-SVN: r210694