12015-12-01 Alan Modra <amodra@gmail.com> 2 3 * adobe.h: Invoke aout N_* macros with pointer to 4 struct internal_exec. 5 * aout64.h: Likewise. 6 * dynix3.h: Likewise. 7 * encap.h: Likewise. 8 * hp.h: Likewise. 9 * hp300hpux.h: Likewise. 10 * sun4.h: Likewise. 11 122015-01-01 Alan Modra <amodra@gmail.com> 13 14 Update year range in copyright notice of all files. 15 162014-03-05 Alan Modra <amodra@gmail.com> 17 18 Update copyright years. 19 202012-12-17 Nick Clifton <nickc@redhat.com> 21 22 * hppa.h: Add copyright notice. 23 242010-04-15 Nick Clifton <nickc@redhat.com> 25 26 * adobe.h: Update copyright notice to use GPLv3. 27 * aout64.h: Likewise. 28 * ar.h: Likewise. 29 * dynix3.h: Likewise. 30 * encap.h: Likewise. 31 * host.h: Likewise. 32 * hp.h: Likewise. 33 * hp300hpux.h: Likewise. 34 * ranlib.h: Likewise. 35 * reloc.h: Likewise. 36 * stab.def: Likewise. 37 * stab_gnu.h: Likewise. 38 * sun4.h: Likewise. 39 402009-10-02 Alan Modra <amodra@bigpond.net.au> 41 42 * aout64.h (N_SHARED_LIB): Define as zero if not already defined. 43 * sun4.h (N_SHARED_LIB): Define. 44 * hp300hpux.h (N_SHARED_LIB): Don't define. 45 462008-08-28 Tristan Gingold <gingold@adacore.com> 47 48 * stab.def: Add BNSYM, ENSYM, OSO for darwin. 49 502008-03-27 Cary Coutant <ccoutant@google.com> 51 52 * ar.h (ARMAGT): New magic string for thin archives. 53 542005-08-18 Alan Modra <amodra@bigpond.net.au> 55 56 * encap.h: Remove a29k support. 57 582005-05-10 Nick Clifton <nickc@redhat.com> 59 60 * Update the address and phone number of the FSF organization in 61 the GPL notices in the following files: 62 adobe.h, aout64.h, ar.h, dynix3.h, encap.h, host.h, hp.h, 63 ranlib.h, reloc.h, stab.def, stab_gnu.h, sun4.h 64 652004-01-06 Mark Kettenis <kettenis@gnu.org> 66 67 * stab.def: Add N_PATCH to DO definition. 68 692003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr> 70 71 * aout64.h (BYTES_IN_WORD): Define if necessary. 72 732001-09-18 Alan Modra <amodra@bigpond.net.au> 74 75 * aout64.h: Formatting fixes. 76 (N_TXTADDR): Evaluate to a bfd_vma. 77 (N_DATADDR): Avoid negative unsigned warning. 78 * hp300hpux.h: Formatting fixes. 79 (N_DATADDR): Avoid negative unsigned warning. 80 812000-04-03 Hans-Peter Nilsson <hp@axis.com> 82 83 * aout64.h (RELOC_EXT_BITS_EXTERN_BIG): Wrap definition in #ifndef. 84 (RELOC_EXT_BITS_EXTERN_LITTLE): Ditto. 85 (RELOC_EXT_BITS_TYPE_BIG): Ditto. 86 (RELOC_EXT_BITS_TYPE_SH_BIG): Ditto. 87 (RELOC_EXT_BITS_TYPE_LITTLE): Ditto. 88 (RELOC_EXT_BITS_TYPE_SH_LITTLE): Ditto. 89 901999-07-12 Ian Lance Taylor <ian@zembu.com> 91 92 * aout64.h (N_SHARED_LIB): Define as 0 if TEXT_START_ADDR is 93 defined as 0. 94 951998-06-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> 96 97 * stab.def: Add N_ALIAS from SunPro F77. 98 991996-03-11 Ian Lance Taylor <ian@cygnus.com> 100 101 * stab.def: Use __define_stab_duplicate rather than __define_stab 102 for duplicate entries N_BROWS and N_MOD2. 103 * stab_gnu.h (__define_stab_duplicate): Define before including 104 stab.def. 105 1061995-10-27 Niklas Hallqvist <niklas@appli.se> 107 108 * aout64.h, host.h, hp300hpux.h, sun4.h: Changed PAGE_SIZE to 109 TARGET_PAGE_SIZE. 110 1111995-09-12 Ian Lance Taylor <ian@cygnus.com> 112 113 * sun4.h (struct internal_sun4_dynamic_link): Change all fields 114 from long to unsigned long. 115 1161995-07-12 Ken Raeburn <raeburn@kr-pc.cygnus.com> 117 118 * sun4.h (PAGE_SIZE): Undefine before defining. 119 1201994-09-04 Richard Earnshaw (rwe@pegasus.esprit.ec.org) 121 122 * aout64.h: Only define QMAGIC if it isn't already defined. 123 1241994-06-16 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 125 126 * aout64.h (BMAGIC): Define. 127 1281994-06-11 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 129 130 Add weak symbols as an extension to a.out. 131 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define. 132 * stab.def: Update symbol value table. 133 1341994-06-02 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 135 136 * sun4.h (EXTERNAL_SUN4_DYNAMIC_DEBUGGER_SIZE): Correct from 28 to 137 24. Fix up ld_got comment. 138 1391994-03-30 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) 140 141 * dynix3.h: Cleanup, adapt to current bfd version. 142 1431994-02-26 Ian Lance Taylor (ian@cygnus.com) 144 145 * aout64.h: Add casts to avoid warnings from SVR4 cc. 146 1471994-02-11 Stan Shebs (shebs@andros.cygnus.com) 148 149 * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater 150 portability. 151 1521994-01-21 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 153 154 * sun4.h: Added information about SunOS shared libraries. 155 1561994-01-07 Jim Kingdon (kingdon@deneb.cygnus.com) 157 158 * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC. 159 1601993-12-25 Jim Kingdon (kingdon@lioth.cygnus.com) 161 162 * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993). 163 1641993-11-16 Jim Kingdon (kingdon@lioth.cygnus.com) 165 166 * aout64.h: New macros ZMAGIC_DISK_BLOCK_SIZE and N_DISK_BLOCK_SIZE 167 for Linux ZMAGIC. 168 (N_TXTOFF, N_DATOFF): Use them. 169 1701993-11-04 Ken Raeburn (raeburn@kr-pc.cygnus.com) 171 172 * aout64.h (RELOC_STD_BITS_RELATIVE_LITTLE): Fixed value to match 173 sun3 system; used to overlap other fields. 174 (RELOC_STD_BITS_JMPTABLE_LITTLE): Likewise. 175 1761993-11-03 David J. Mackenzie (djm@thepub.cygnus.com) 177 178 * aout64.h (RELOC_STD_BITS_BASEREL_LITTLE): Make it 0x10 (Ken's 179 suggestion) to avoid conflict with RELOC_STD_BITS_EXTERN_LITTLE. 180 1811993-10-29 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 182 183 * hp300hpux.h (N_SHARED_LIB): Define to be 0. 184 1851993-09-13 John Gilmore (gnu@cygnus.com) 186 187 * ar.h (ARMAP_TIME_OFFSET): Add and describe. 188 189Mon Aug 23 Sean Fagan (sef@cygnus.com) 190 191 * aout64.h [ARCH_SIZE != 64]: Allow N_BADMAG to be overridden. 192 1931993-08-16 Jim Kingdon (kingdon@lioth.cygnus.com) 194 195 * stab_gnu.h: Include aout/stab.def not just stab.def. 196 1971993-07-18 Jim Kingdon (kingdon@rtl.cygnus.com) 198 199 * dynix3.h: New, for symmetry running dynix. 200 2011993-07-08 Jim Kingdon (kingdon@lioth.cygnus.com) 202 203 * aout64.h (N_BADMAG): Recognize QMAGIC. 204 N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC. 205 N_DATOFF: Pad text size if we need to. 206 2071993-06-18 Jim Kingdon (kingdon@lioth.cygnus.com) 208 209 * stab.def (N_ECOML): Fix comment. 210 2111993-05-31 Jim Kingdon (kingdon@cygnus.com) 212 213 * stab.def: Remove Solaris information on N_FUN stabstring grammar; 214 I've transferred it to gdb/doc/stabs.texinfo, where it belongs. 215 2161993-05-10 Ken Raeburn (raeburn@kr-pc.cygnus.com) 217 218 * hp300hpux.h: Patch from Glenn Engel for linker problem and 219 compatibility fix: 220 (OMAGIC, NMAGIC): New definitions. 221 (SHAREMAGIC): Deleted. 222 (HPUX_DOT_O_MAGIC): New macro. 223 (_N_BADMAG): Adjusted. 224 (N_HEADER_IN_TEXT, N_DATADDR): New macros. 225 2261993-04-29 Ken Raeburn (raeburn@deneb.cygnus.com) 227 228 * hp300hpux.h: New file from Glenn Engel, glenne@lsid.hp.com. 229 2301993-04-27 Ken Raeburn (raeburn@kr-pc.cygnus.com) 231 232 * aout64.h (struct external_exec, *MAGIC, N_BADMAG): Don't define 233 if `external_exec' is already defined as a macro. 234 (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define 235 if already defined. 236 (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if 237 `external_nlist' is already defined as a macro. 238 2391992-08-15 John Gilmore (gnu@cygnus.com) 240 241 * adobe.h: Add description of a.out.adobe format. 242 2431992-07-03 John Gilmore (gnu at cygnus.com) 244 245 * stab.def: Update more Solaris definitions. 246 * stab_gnu.h: Add N_SO language types, and Solaris basic float types. 247 2481992-06-14 John Gilmore (gnu at cygnus.com) 249 250 * stab.def: Update descriptions of Solaris-2 stabs; add N_UNDF. 251 2521992-06-11 John Gilmore (gnu at cygnus.com) 253 254 * stab.def: Add N_OBJ and N_OPT from Solaris-2. 255 2561992-01-30 John Gilmore (gnu at cygnus.com) 257 258 * aout64.h: N_TXTSIZE needs some more parentheses. 259 I don't trust C precedence. 260 2611991-12-18 Per Bothner (bothner at cygnus.com) 262 263 * aout64.h: Move common sunos-specific test 264 to recognize shared libraries into new macro N_SHARED_LIB. 265 Use it to simplify & reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE. 266 2671991-11-30 Steve Chamberlain (sac at rtl.cygnus.com) 268 269 * aout64.h, ar.h, encap.h, host.h, hp.h, ranlib.h, reloc.h, 270 stab.def, stab_gnu.h, sun4.h: All moved from the devo/include 271 directory. 272 273 274Copyright (C) 1991-2015 Free Software Foundation, Inc. 275 276Copying and distribution of this file, with or without modification, 277are permitted in any medium without royalty provided the copyright 278notice and this notice are preserved. 279 280Local Variables: 281mode: change-log 282left-margin: 8 283fill-column: 74 284version-control: never 285End: 286