mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
merge from gcc
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2004-11-12 Mike Stump <mrs@apple.com>
|
||||||
|
|
||||||
|
* Makefile.in (libiberty.html): Fix html generation.
|
||||||
|
|
||||||
|
* libiberty.texi (Index): Fix html generation with makeinfo by
|
||||||
|
renaming this node to Manual Index.
|
||||||
|
|
||||||
2004-09-08 Adam Nemet <anemet@lnxw.com>
|
2004-09-08 Adam Nemet <anemet@lnxw.com>
|
||||||
|
|
||||||
* vasprintf.c: Accept __va_copy in addition to va_copy.
|
* vasprintf.c: Accept __va_copy in addition to va_copy.
|
||||||
|
@ -258,7 +258,7 @@ libiberty.dvi : $(srcdir)/libiberty.texi $(TEXISRC)
|
|||||||
texi2dvi $(srcdir)/libiberty.texi
|
texi2dvi $(srcdir)/libiberty.texi
|
||||||
|
|
||||||
libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
|
libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
|
||||||
$(MAKEINFO) --html -I$(srcdir) $(srcdir)/libiberty.texi
|
$(MAKEINFO) --no-split --html -I$(srcdir) -o $@ $<
|
||||||
|
|
||||||
@MAINT@$(srcdir)/functions.texi : stamp-functions
|
@MAINT@$(srcdir)/functions.texi : stamp-functions
|
||||||
@MAINT@ @true
|
@MAINT@ @true
|
||||||
|
@ -93,7 +93,7 @@ This edition accompanies GCC 3, September 2001.
|
|||||||
* Licenses:: The various licenses under which libiberty sources are
|
* Licenses:: The various licenses under which libiberty sources are
|
||||||
distributed.
|
distributed.
|
||||||
|
|
||||||
* Index:: Index of functions and categories.
|
* Manual Index:: Index of functions and categories.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Using
|
@node Using
|
||||||
@ -315,8 +315,8 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|||||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
SUCH DAMAGE.
|
SUCH DAMAGE.
|
||||||
|
|
||||||
@node Index
|
@node Manual Index
|
||||||
@unnumbered Index
|
@unnumbered Manual Index
|
||||||
|
|
||||||
@printindex cp
|
@printindex cp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user