This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Set binutils version to 2.15.92 for COMDAT group


The COMDAT group patch was checked into gcc mainline today. It tries
to detect if binutils supports COMDAT group or not. Unfortunately,
the simple test

.section .text,"axG",%progbits,.foo,comdat

isn't enough. Many more COMDAT group binutils bug fixes after

http://sources.redhat.com/ml/binutils/2004-04/msg00705.html

are needed for a working binutils with COMDAT group support. There are
testcases for each COMDAT group bug fix. But some of them are target
dependent. The first working COMDAT group binutils is the Linux
binutils 2.15.91.0.2. I suggest we bump BFD version to 2.15.92 so that
gcc can check 2.15.92 for COMDAT group support.


H.J.
---
2004-09-15  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
	* configure: Regenerated.

--- bfd/configure.in.bump	2004-09-07 09:42:46.000000000 -0700
+++ bfd/configure.in	2004-09-15 12:23:37.000000000 -0700
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.15.91)
+AM_INIT_AUTOMAKE(bfd, 2.15.92)
 
 dnl These must be called before AM_PROG_LIBTOOL, because it may want
 dnl to call AC_CHECK_PROG.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]