alpha
Login
or
Join now
theoparis.com
/
binutils-apple
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
binutils-apple
/
libdecnumber
/
at
master
2 folders
38 files
Alan Modra
regen config
2y ago
6a6859cb
bid
libdecnumber: Sync with GCC
8 years ago
dpd
libdecnumber: Sync with GCC
8 years ago
.gitignore
regen config This regenerates config files changed by the previous 44 commits. Note that subject lines in these commits mostly match the gcc git originating commit.
2 years ago
ChangeLog
Run `autoreconf -vf` throughout I ran for i in $(find . -name configure.ac); do pushd $(dirname $i); autoreconf -vf; popd; done to re-generate all automake/autoconf files throughout the repo (with upstream autoconf 2.69 and automake 1.15.1). These were the changes that came out. I am pushing this as obvious. libdecnumber/ChangeLog: * aclocal.m4, configure: Re-generate. sim/bfin/ChangeLog: * aclocal.m4, configure: Re-generate. sim/erc32/ChangeLog: * configure: Re-generate. sim/mips/ChangeLog: * configure: Re-generate. sim/testsuite/ChangeLog: * configure: Re-generate. Change-Id: I97335c09972d25cc5f6fd8da4db4ffe4a0348787
6 years ago
ChangeLog.jit
libdecnumber: Sync with GCC
8 years ago
Makefile.in
libdecnumber: Sync with GCC
8 years ago
aclocal.m4
Run `autoreconf -vf` throughout I ran for i in $(find . -name configure.ac); do pushd $(dirname $i); autoreconf -vf; popd; done to re-generate all automake/autoconf files throughout the repo (with upstream autoconf 2.69 and automake 1.15.1). These were the changes that came out. I am pushing this as obvious. libdecnumber/ChangeLog: * aclocal.m4, configure: Re-generate. sim/bfin/ChangeLog: * aclocal.m4, configure: Re-generate. sim/erc32/ChangeLog: * configure: Re-generate. sim/mips/ChangeLog: * configure: Re-generate. sim/testsuite/ChangeLog: * configure: Re-generate. Change-Id: I97335c09972d25cc5f6fd8da4db4ffe4a0348787
6 years ago
config.in
merge from gcc
17 years ago
configure
regen config This regenerates config files changed by the previous 44 commits. Note that subject lines in these commits mostly match the gcc git originating commit.
2 years ago
configure.ac
configure: Implement --enable-host-pie This patch implements the --enable-host-pie configure option which makes the compiler executables PIE. This can be used to enhance protection against ROP attacks, and can be viewed as part of a wider trend to harden binaries. Co-Authored by: Iain Sandoe <iain@sandoe.co.uk> * configure.ac (--enable-host-pie): New check. Set PICFLAG after this check. intl/ * configure.ac (--enable-host-shared): Don't set PICFLAG here. (--enable-host-pie): New check. Set PICFLAG after this check. libdecnumber/ * configure.ac (--enable-host-shared): Don't set PICFLAG here. (--enable-host-pie): New check. Set PICFLAG after this check. zlib/ * configure.ac (--enable-host-shared): Don't set PICFLAG here. (--enable-host-pie): New check. Set PICFLAG after this check.
3 years ago
dconfig.h
libdecnumber: Sync with GCC
8 years ago
decBasic.c
libdecnumber: Sync with GCC
8 years ago
decCommon.c
libdecnumber: Sync with GCC
8 years ago
decCommonSymbols.h
merge from gcc
18 years ago
decContext.c
libdecnumber: Sync with GCC
8 years ago
decContext.h
libdecnumber: Sync with GCC
8 years ago
decContextSymbols.h
merge from gcc
18 years ago
decDPD.h
libdecnumber: Sync with GCC
8 years ago
decDPDSymbols.h
merge from gcc
18 years ago
decDouble.c
libdecnumber: Sync with GCC
8 years ago
decDouble.h
libdecnumber: Sync with GCC
8 years ago
decDoubleSymbols.h
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber. * libdecnumber: New directory, imported from GCC.
19 years ago
decExcept.c
libdecnumber: Sync with GCC
8 years ago
decExcept.h
libdecnumber: Sync with GCC
8 years ago
decLibrary.c
libdecnumber: Sync with GCC
8 years ago
decNumber.c
libdecnumber: Sync with GCC
8 years ago
decNumber.h
libdecnumber: Sync with GCC
8 years ago
decNumberLocal.h
libdecnumber: Sync with GCC
8 years ago
decNumberSymbols.h
merge from gcc
18 years ago
decPacked.c
libdecnumber: Sync with GCC
8 years ago
decPacked.h
libdecnumber: Sync with GCC
8 years ago
decPackedSymbols.h
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber. * libdecnumber: New directory, imported from GCC.
19 years ago
decQuad.c
libdecnumber: Sync with GCC
8 years ago
decQuad.h
libdecnumber: Sync with GCC
8 years ago
decQuadSymbols.h
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber. * libdecnumber: New directory, imported from GCC.
19 years ago
decRound.c
libdecnumber: Sync with GCC
8 years ago
decRound.h
libdecnumber: Sync with GCC
8 years ago
decSingle.c
libdecnumber: Sync with GCC
8 years ago
decSingle.h
libdecnumber: Sync with GCC
8 years ago
decSingleSymbols.h
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber. * libdecnumber: New directory, imported from GCC.
19 years ago