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