diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-11-24 09:14:09 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-11-24 09:14:09 -0800 |
commit | 6e733ccea9ed0c822817a06b53ccdbe73f8f5c04 (patch) | |
tree | 2bd79e5d9091bc662b50bd733fc0f9ae28da3079 /opcodes | |
parent | cac9b138f75c94c1256d054cbafdf208b8963ce1 (diff) | |
download | fsf-binutils-gdb-6e733ccea9ed0c822817a06b53ccdbe73f8f5c04.zip fsf-binutils-gdb-6e733ccea9ed0c822817a06b53ccdbe73f8f5c04.tar.gz fsf-binutils-gdb-6e733ccea9ed0c822817a06b53ccdbe73f8f5c04.tar.bz2 |
Update libtool.m4 from GCC trunk
* libtool.m4: Updated from GCC trunk.
bfd/
* configure: Regenerated.
binutils/
* configure: Regenerated.
gas/
* configure: Regenerated.
gprof/
* configure: Regenerated.
ld/
* configure: Regenerated.
opcodes/
* configure: Regenerated.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rwxr-xr-x | opcodes/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 070cb55..2361a33 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2014-11-24 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2014-11-17 Ilya Tocar <ilya.tocar@intel.com> * i386-dis-evex.c (evex_table): Add vpermi2b, vpermt2b, vpermb, diff --git a/opcodes/configure b/opcodes/configure index 556e7a5..7f13699 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -7662,7 +7662,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; @@ -8936,7 +8936,7 @@ _LT_EOF if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then - tmp_addflag= + tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler |