1*e058c834Schristos2015-06-21 Alan Modra <amodra@gmail.com> 2*e058c834Schristos 3*e058c834Schristos * Makefile.am: Expand $<. 4*e058c834Schristos * Makefile.in: Regenerate. 5*e058c834Schristos 6*e058c834Schristos2015-02-11 Pedro Alves <palves@redhat.com> 7*e058c834Schristos 8*e058c834Schristos * Makefile.am (libbfd.h, libcoff.h): Close extern "C" scope. 9*e058c834Schristos * Makefile.in: Regenerate. 10*e058c834Schristos 11*e058c834Schristos2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de> 12*e058c834Schristos Alan Modra <amodra@gmail.com> 13*e058c834Schristos 14*e058c834Schristos PR 17817 15*e058c834Schristos * Makefile.am (aoutx.stamp): cp -p $srcdir/aoutx.texi to keep 16*e058c834Schristos timestamps so that makeinfo need not be installed. 17*e058c834Schristos (archive.stamp, archures.stamp, bfdt.stamp, cache.stamp, 18*e058c834Schristos coffcode.stamp, core.stamp, elf.stamp, elfcode.stamp, mmo.stamp, 19*e058c834Schristos format.stamp, libbfd.stamp, bfdio.stamp, bfdwin.stamp, 20*e058c834Schristos opncls.stamp, reloc.stamp, section.stamp, syms.stamp, targets.stamp, 21*e058c834Schristos init.stamp, hash.stamp, linker.stamp): Similarly. 22*e058c834Schristos (bfdver.texi): Use test rather than [ ] in commands. 23*e058c834Schristos * Makefile.in: Regenerate. 24*e058c834Schristos 25*e058c834Schristos2014-08-05 Doug Evans <dje@google.com> 26*e058c834Schristos 27*e058c834Schristos * chew.c (skip_past_newline_1): New function. 28*e058c834Schristos (outputdots): Call it. 29*e058c834Schristos (skip_past_newline): Ditto. 30*e058c834Schristos 31*e058c834Schristos2014-08-05 Alan Modra <amodra@gmail.com> 32*e058c834Schristos 33*e058c834Schristos * chew.c (print_stack_level, main): Cast result of pointer 34*e058c834Schristos difference to match format string. 35*e058c834Schristos 36*e058c834Schristos2014-04-09 Alan Modra <amodra@gmail.com> 37*e058c834Schristos 38*e058c834Schristos * Makefile.am ($(MKDOC)): New rule, depend on chew.stamp. Move 39*e058c834Schristos old rule to.. 40*e058c834Schristos (chew.stamp): ..here. 41*e058c834Schristos (DISTCLEANFILES): Move *.stamp.. 42*e058c834Schristos (MOSTLYCLEANFILES): ..to here. 43*e058c834Schristos * Makefile.in: Regenerate. 44*e058c834Schristos 45*e058c834Schristos2014-04-09 Alan Modra <amodra@gmail.com> 46*e058c834Schristos 47*e058c834Schristos * Makefile.am (MKDOC): Use $@ in command. 48*e058c834Schristos (aoutx.texi): New rule, depend on aoutx.stamp. Move old rule.. 49*e058c834Schristos (aoutx.stamp): .. to here. Don't depend on chew.c, depend on MKDOC 50*e058c834Schristos and omit recursive MAKE. Use $< in command. 51*e058c834Schristos (archive.texi, archures.texi, bfdt.texi, cache.texi, coffcode.texi, 52*e058c834Schristos core.texi, elf.texi, elfcode.texi, mmo.texi, format.texi, libbfd.texi, 53*e058c834Schristos bfdio.texi, bfdwin.texi, opncls.texi, reloc.texi, section.texi, 54*e058c834Schristos syms.texi, targets.texi, init.texi, hash.texi, linker.texi): Similarly. 55*e058c834Schristos (DISTCLEANFILES): Remove *.stamp. 56*e058c834Schristos * Makefile.in: Regenerate. 57*e058c834Schristos 58*e058c834Schristos2014-03-12 Alan Modra <amodra@gmail.com> 59*e058c834Schristos 60*e058c834Schristos * Makefile.in: Regenerate. 61*e058c834Schristos 62*e058c834Schristos2013-10-14 Nick Clifton <nickc@redhat.com> 63*e058c834Schristos 64*e058c834Schristos * chew.c (perform): Free next. 65*e058c834Schristos 66*e058c834Schristos2013-04-15 Alan Modra <amodra@gmail.com> 67*e058c834Schristos 68*e058c834Schristos * Makefile.am ($(MKDOC)): Append $(EXEEXT_FOR_BUILD) to temp file. 69*e058c834Schristos * Makefile.in: Regenerate. 70*e058c834Schristos 71*e058c834Schristos2013-04-09 Mingjie Xing <mingjie.xing@gmail.com> 72*e058c834Schristos 73*e058c834Schristos * bfd.texinfo (typedef bfd, Error reporting, Miscellaneous): 74*e058c834Schristos Add menu items. 75*e058c834Schristos 76*e058c834Schristos2013-01-07 Patrice Dumas <pertusus@free.fr> 77*e058c834Schristos 78*e058c834Schristos * bfd.texinfo: Replace @ with @@ when it is part of the text. 79*e058c834Schristos 80*e058c834Schristos2012-12-17 Nick Clifton <nickc@redhat.com> 81*e058c834Schristos 82*e058c834Schristos * Makefile.am: Add copyright notice. 83*e058c834Schristos * bfdsumm.texi: Likewise. 84*e058c834Schristos * makefile.vms: Likewise. 85*e058c834Schristos * Makefile.in: Regenerate. 86*e058c834Schristos 87*e058c834Schristos2012-11-08 Alan Modra <amodra@gmail.com> 88*e058c834Schristos 89*e058c834Schristos * Makefile.in: Regenerate. 90*e058c834Schristos 91*e058c834Schristos2012-02-27 Alan Modra <amodra@gmail.com> 92*e058c834Schristos 93*e058c834Schristos * chew.c (print_stack_level, main): Use %ld to print stack delta. 94*e058c834Schristos 95*e058c834Schristos2010-10-28 Matthias Klose <doko@ubuntu.com> 96*e058c834Schristos 97*e058c834Schristos * bfd.texinfo: Add directory section for info document. 98*e058c834Schristos 99*e058c834Schristos2010-05-07 Tristan Gingold <gingold@adacore.com> 100*e058c834Schristos 101*e058c834Schristos * Makefile.in: Regenerate with automake 1.11.1. 102*e058c834Schristos 103*e058c834Schristos2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 104*e058c834Schristos 105*e058c834Schristos * Makefile.in: Regenerate. 106*e058c834Schristos 107*e058c834Schristos2009-09-25 Martin Thuresson <martint@google.com> 108*e058c834Schristos 109*e058c834Schristos Update soruces to make alpha targets compile cleanly with 110*e058c834Schristos -Wc++-compat: 111*e058c834Schristos * chew.c: Add casts. 112*e058c834Schristos 113*e058c834Schristos2009-08-29 Martin Thuresson <martin@mtme.org> 114*e058c834Schristos 115*e058c834Schristos * chew.c (newentry, add_intrinsic): Rename variable new to 116*e058c834Schristos new_d. 117*e058c834Schristos 118*e058c834Schristos2009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 119*e058c834Schristos 120*e058c834Schristos * Makefile.in: Regenerate. 121*e058c834Schristos 122*e058c834Schristos2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 123*e058c834Schristos 124*e058c834Schristos * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) 125*e058c834Schristos (html__strip_dir, install-html, install-html-am): Remove. 126*e058c834Schristos * Makefile.in: Regenerate. 127*e058c834Schristos 128*e058c834Schristos * Makefile.in: Regenerate. 129*e058c834Schristos 130*e058c834Schristos2009-05-22 Alan Modra <amodra@bigpond.net.au> 131*e058c834Schristos 132*e058c834Schristos * Makefile.in: Regenerate. 133*e058c834Schristos 134*e058c834Schristos2009-04-22 Anthony Green <green@moxielogic.com> 135*e058c834Schristos 136*e058c834Schristos * bfdint.texi (BFD target vector miscellaneous): Mention verilog 137*e058c834Schristos flavour. 138*e058c834Schristos 139*e058c834Schristos2008-11-19 Nick Clifton <nickc@redhat.com> 140*e058c834Schristos 141*e058c834Schristos * fdl.texi: Update to v1.3 142*e058c834Schristos * bfd.texinfo: Change license to v1.3. 143*e058c834Schristos 144*e058c834Schristos2008-08-24 Alan Modra <amodra@bigpond.net.au> 145*e058c834Schristos 146*e058c834Schristos * Makefile.am (chew.o): Delete rule. 147*e058c834Schristos ($(MKDOC)): Move options before C file. 148*e058c834Schristos * Makefile.in: Regenerate. 149*e058c834Schristos 150*e058c834Schristos2008-08-15 Alan Modra <amodra@bigpond.net.au> 151*e058c834Schristos 152*e058c834Schristos * Makefile.in: Regenerate. 153*e058c834Schristos 154*e058c834Schristos2008-07-09 Craig Silverstein <csilvers@google.com> 155*e058c834Schristos 156*e058c834Schristos * Makefile.am (BFD_H_DEP): Add ../compress.c. 157*e058c834Schristos * Makefile.in: Regenerate. 158*e058c834Schristos 159*e058c834Schristos2008-05-14 Alan Modra <amodra@bigpond.net.au> 160*e058c834Schristos 161*e058c834Schristos * Makefile.in: Regenerate. 162*e058c834Schristos 163*e058c834Schristos2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 164*e058c834Schristos 165*e058c834Schristos * Makefile.in: Regenerate. 166*e058c834Schristos 167*e058c834Schristos2008-03-13 Alan Modra <amodra@bigpond.net.au> 168*e058c834Schristos 169*e058c834Schristos * Makefile.in: Regenerate. 170*e058c834Schristos 171*e058c834Schristos2007-10-15 Alan Modra <amodra@bigpond.net.au> 172*e058c834Schristos 173*e058c834Schristos * chew.c (write_buffer): Check fwrite return value. 174*e058c834Schristos 175*e058c834Schristos2007-09-14 Alan Modra <amodra@bigpond.net.au> 176*e058c834Schristos 177*e058c834Schristos * Makefile.in: Regenerate. 178*e058c834Schristos 179*e058c834Schristos2007-07-02 Alan Modra <amodra@bigpond.net.au> 180*e058c834Schristos 181*e058c834Schristos * Makefile.in: Regenerate. 182*e058c834Schristos 183*e058c834Schristos2007-06-30 H.J. Lu <hongjiu.lu@intel.com> 184*e058c834Schristos 185*e058c834Schristos * Makefile.in: Likewise. 186*e058c834Schristos 187*e058c834Schristos2007-06-14 H.J. Lu <hongjiu.lu@intel.com> 188*e058c834Schristos 189*e058c834Schristos * Makefile.in: Regenerated. 190*e058c834Schristos 191*e058c834Schristos2007-05-22 Nick Clifton <nickc@redhat.com> 192*e058c834Schristos 193*e058c834Schristos * bfd.texinfo: Use @copying around the copyright notice. 194*e058c834Schristos * bfdint.texi: Likewise. 195*e058c834Schristos 196*e058c834Schristos2007-05-21 Nick Clifton <nickc@redhat.com> 197*e058c834Schristos 198*e058c834Schristos * bfdint.texi: Add GNU Free Documentation License notice. 199*e058c834Schristos 200*e058c834Schristos2007-04-24 Alan Modra <amodra@bigpond.net.au> 201*e058c834Schristos 202*e058c834Schristos * Makefile.in: Regenerate. 203*e058c834Schristos 204*e058c834Schristos2007-02-17 Mark Mitchell <mark@codesourcery.com> 205*e058c834Schristos Nathan Sidwell <nathan@codesourcery.com> 206*e058c834Schristos Vladimir Prus <vladimir@codesourcery.com 207*e058c834Schristos Joseph Myers <joseph@codesourcery.com> 208*e058c834Schristos 209*e058c834Schristos * Makefile.in: Regenerate. 210*e058c834Schristos 211*e058c834Schristos2006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de> 212*e058c834Schristos 213*e058c834Schristos * bfd..texinfo: Fix spelling mistakes. 214*e058c834Schristos * bfdint.texinfo: Likewise. 215*e058c834Schristos 216*e058c834Schristos2006-07-18 Nigel Stephens <nigel@mips.com> 217*e058c834Schristos 218*e058c834Schristos * bfd.texinfo: Add @section for "What to Put Where". 219*e058c834Schristos 220*e058c834Schristos2006-06-07 Joseph S. Myers <joseph@codesourcery.com> 221*e058c834Schristos 222*e058c834Schristos * bfd.texinfo: Remove local @tex code. 223*e058c834Schristos 224*e058c834Schristos2006-06-05 Alan Modra <amodra@bigpond.net.au> 225*e058c834Schristos 226*e058c834Schristos * Makefile.in: Regenerate. 227*e058c834Schristos 228*e058c834Schristos2006-05-11 Carlos O'Donell <carlos@codesourcery.com> 229*e058c834Schristos 230*e058c834Schristos * bfd.texinfo: Rename "Index" to "BFD Index" 231*e058c834Schristos 232*e058c834Schristos2006-04-06 Carlos O'Donell <carlos@codesourcery.com> 233*e058c834Schristos 234*e058c834Schristos * Makefile.am: Add install-html and install-html-am targets. 235*e058c834Schristos Define datarootdir, docdir and htmldir. 236*e058c834Schristos * Makefile.in: Regenerate. 237*e058c834Schristos 238*e058c834Schristos2006-02-27 Carlos O'Donell <carlos@codesourcery.com> 239*e058c834Schristos 240*e058c834Schristos * Makefile.am: Add html target. 241*e058c834Schristos * Makefile.in: Regenerate. 242*e058c834Schristos 243*e058c834Schristos2005-07-24 Daniel Jacobowitz <dan@codesourcery.com> 244*e058c834Schristos 245*e058c834Schristos * chew.c: Include <string.h>. 246*e058c834Schristos 247*e058c834Schristos2005-07-22 DJ Delorie <dj@redhat.com> 248*e058c834Schristos 249*e058c834Schristos * chew.c: Include stdlib.h. 250*e058c834Schristos 251*e058c834Schristos2005-07-22 Kazu Hirata <kazu@codesourcery.com> 252*e058c834Schristos 253*e058c834Schristos * chew.c: Don't include sysdep.h. 254*e058c834Schristos 255*e058c834Schristos2005-05-09 Daniel Jacobowitz <dan@codesourcery.com> 256*e058c834Schristos 257*e058c834Schristos * Makefile.am: Use a temporary file to build chew. 258*e058c834Schristos * Makefile.in: Regenerated. 259*e058c834Schristos 260*e058c834Schristos2005-05-04 Nick Clifton <nickc@redhat.com> 261*e058c834Schristos 262*e058c834Schristos * chew.c: Update the address and phone number of the FSF 263*e058c834Schristos organization in the GPL notice. 264*e058c834Schristos 265*e058c834Schristos2005-05-05 H.J. Lu <hongjiu.lu@intel.com> 266*e058c834Schristos 267*e058c834Schristos * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. 268*e058c834Schristos * Makefile.in: Regenerate. 269*e058c834Schristos 270*e058c834Schristos2005-04-29 Daniel Jacobowitz <dan@codesourcery.com> 271*e058c834Schristos 272*e058c834Schristos * Makefile.am: Remove stamp rules. Depend on chew.c 273*e058c834Schristos instead of $(MKDOC). 274*e058c834Schristos * Makefile.in: Regnerated. 275*e058c834Schristos 276*e058c834Schristos2005-04-21 H.J. Lu <hongjiu.lu@intel.com> 277*e058c834Schristos 278*e058c834Schristos * Makefile.am (INCLUDES): New. Add -D_GNU_SOURCE. 279*e058c834Schristos (chew.o): Use it. 280*e058c834Schristos * Makefile.in: Regenerate. 281*e058c834Schristos 282*e058c834Schristos2005-04-14 Alan Modra <amodra@bigpond.net.au> 283*e058c834Schristos 284*e058c834Schristos * Makefile.in: Regenerate. 285*e058c834Schristos 286*e058c834Schristos2005-04-12 Alan Modra <amodra@bigpond.net.au> 287*e058c834Schristos 288*e058c834Schristos * Makefile.in: Regenerate. 289*e058c834Schristos 290*e058c834Schristos2005-02-21 Alan Modra <amodra@bigpond.net.au> 291*e058c834Schristos 292*e058c834Schristos * Makefile.in: Regenerate. 293*e058c834Schristos 294*e058c834Schristos2005-02-13 Maciej W. Rozycki <macro@linux-mips.org> 295*e058c834Schristos 296*e058c834Schristos * Makefile.am: Use CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD for 297*e058c834Schristos building chew. 298*e058c834Schristos * Makefile.in: Regenerate. 299*e058c834Schristos 300*e058c834Schristos2005-02-01 Ben Elliston <bje@au.ibm.com> 301*e058c834Schristos 302*e058c834Schristos * chew.c: Remove #if 0'd code throughout. Similarly, collapse #if 303*e058c834Schristos 1'd code. 304*e058c834Schristos 305*e058c834Schristos2004-12-20 Ian Lance Taylor <ian@c2microsystems.com> 306*e058c834Schristos 307*e058c834Schristos * Makefile.am: Use $(SHELL) whenever we run move-if-change. 308*e058c834Schristos * Makefile.in: Rebuild. 309*e058c834Schristos 310*e058c834Schristos2004-09-19 H.J. Lu <hongjiu.lu@intel.com> 311*e058c834Schristos 312*e058c834Schristos * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9. 313*e058c834Schristos (bfd.info): Rename the target to ... 314*e058c834Schristos ($(srcdir)/bfd.info): This. 315*e058c834Schristos * Makefile.in: Regenerated. 316*e058c834Schristos 317*e058c834Schristos2004-09-17 Alan Modra <amodra@bigpond.net.au> 318*e058c834Schristos 319*e058c834Schristos * Makefile.in: Regenerate. 320*e058c834Schristos 321*e058c834Schristos2004-03-27 Alan Modra <amodra@bigpond.net.au> 322*e058c834Schristos 323*e058c834Schristos * bfdint.texi: Remove all mention of elflink.h. 324*e058c834Schristos 325*e058c834Schristos2004-03-19 Alan Modra <amodra@bigpond.net.au> 326*e058c834Schristos 327*e058c834Schristos * Makefile.in: Regenerate. 328*e058c834Schristos 329*e058c834SchristosFor older changes see ChangeLog-9103 330*e058c834Schristos 331*e058c834SchristosCopyright (C) 2004-2015 Free Software Foundation, Inc. 332*e058c834Schristos 333*e058c834SchristosCopying and distribution of this file, with or without modification, 334*e058c834Schristosare permitted in any medium without royalty provided the copyright 335*e058c834Schristosnotice and this notice are preserved. 336*e058c834Schristos 337*e058c834SchristosLocal Variables: 338*e058c834Schristosmode: change-log 339*e058c834Schristosleft-margin: 8 340*e058c834Schristosfill-column: 74 341*e058c834Schristosversion-control: never 342*e058c834SchristosEnd: 343