add comment
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
7a93ebdd
ILT
1Tue Sep 5 19:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * coff-sparc.c (CALC_ADDEND): Don't set the addend to the value of
4 a global symbol.
5
866bb9e5
JM
6Tue Sep 5 12:48:26 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7
8 * config.bfd: i386pe_ve -> i386pe_vec.
9
2b79a104
ILT
10Mon Sep 4 14:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
11
f515fb2f
ILT
12 * configure.host: Incorporate host Makefile fragments by setting
13 shell variables.
14 * configure.in: Call AC_PROG_CC. Substitute CFLAGS, HDEFINES and
15 AR. Call AC_PROG_INSTALL. Substitute CC_FOR_BUILD, choosing a
16 value based on whether the code is being compiled by a cross
17 compiler. Don't substitute host_makefile_frag or frags.
18 * aclocal.m4: New file to define local AC_PROG_CC.
19 * configure: Rebuild.
20 * Makefile.in (INSTALL): Set to @INSTALL@.
21 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
22 (INSTALL_DATA): Set to @INSTALL_DATA@.
23 (AR): Set to @AR@.
24 (CC): Define as @CC@.
25 (CFLAGS): Set to @CFLAGS@.
26 (CC_FOR_BUILD): Set to @CC_FOR_BUILD@.
27 (@host_makefile_frag@): Remove.
28 (ALL_CFLAGS): Change $(HDEFINES) to @HDEFINES@. Move $(CFLAGS)
29 after other options.
30 (config.status): Remove dependency upon @frags@.
31 * config/*.mh, config/README: Remove.
32
2b79a104
ILT
33 * config.bfd: Rewrite to incorporate the contents of the Makefile
34 fragments by setting shell variables, rather than merely returning
35 the name of a Makefile fragment.
36 * configure.in: Use shell variables set by config.bfd rather than
37 looking at the target Makefile fragment files. Don't substitute
38 target_makefile_frag. Do substitute TDEFINES.
39 * configure: Rebuild.
40 * Makefile.in (@target_makefile_frag@): Remove.
41 (ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
42 * config/*.mt: Remove.
43
2cb159a5
KR
44Mon Sep 4 03:13:28 1995 Ken Raeburn <raeburn@cygnus.com>
45
46 * configure.in: Put changequote lines around "i[345]86" patterns
47 section of core file support.
48
ef07871c
JL
49Sun Sep 3 11:31:58 1995 Jeff Law (law@snake.cs.utah.edu)
50
51 * som.c (som_bfd_print_private_bfd_data): Define to use the
52 generic version.
53
1613e075
SC
54Fri Sep 1 17:08:40 1995 steve chamberlain <sac@slash.cygnus.com>
55
56 * peicode.h (coff_swap_aouthdr_in): Add ImageBase to
57 entry, text_start and data_start.
58
a52a3ce8
ILT
59Fri Sep 1 18:06:28 1995 Ian Lance Taylor <ian@cygnus.com>
60
a21227ef
ILT
61 * Makefile.in (OFILES): Remove $(TDEPFILES).
62 * config/apollo.mt (TDEPFILES): Remove.
63 * config/README: Update.
64
a52a3ce8
ILT
65 * configure.in: For a native configuration, set COREFILE and
66 COREFLAG based on the canonical host name.
67 * configure: Rebuild.
68 * Makefile.in: Rebuild dependencies.
69 (ALL_CFLAGS): Add @COREFLAG@.
70 (OFILES): Replace $(HDEPFILES) with @COREFILE@.
71 * coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
72 support routines. Check LYNX_CORE rather than HOST_LYNX.
73 * lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
74 * i386lynx.c: Likewise.
75 * m68klynx.c: Likewise.
76 * sparclynx.c: Likewise.
77 * rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
78 * *-core.c: Comment changes.
79 * config/decstation.mh (HDEPFILES): Remove.
80 (HDEFINES): Remove -DTRAD_CORE.
81 * config/irix3.mh (RANLIB): Remove.
82 * config/irix4.mh (HDEPFILES, RANLIB): Remove.
83 (HDEFINES): Remove -DIRIX_CORE.
84 * config/riscos.mh (RANLIB, HDEPFILES): Remove.
85 (HDEFINES): Remove -DTRAD_CORE.
86 * config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
87 * config/ultra3.mh (RANLIB): Remove.
88 * config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
89 * config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
90 * config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
91 * config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
92 * config/hppahpux.mh, config/hppaosf.mh: Remove.
93 * config/i386aix.mh, config/i386bsd.mh: Remove.
94 * config/i386linux.mh, config/i386mach3.mh: Remove.
95 * config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
96 * config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
97 * config/mipsmach3.mh, config/news-mips.mh: Remove.
98 * config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
99 * config/rs600.mh, config/rs6000lynx.mh: Remove.
100 * config/solaris2.mh, config/stratus.mh: Remove.
101 * config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
102 * config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.
103
d6f672b8
ILT
104Fri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
105
106 * elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
107 DT_FINI entry if the appropriate symbol is not in the hash table.
108
109 * libelf.h (struct elf_backend_data): Add create_program_headers
110 and want_hdr_in_seg fields.
111 * elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
112 defined.
113 (elf_backend_create_program_headers): Likewise.
114 (elfNN_bed): Initialize create_program_headers and
115 want_hdr_in_seg.
116 * elf.c (get_program_header_size): Call create_program_headers
117 backend routine.
118 (map_program_segments): Check want_hdr_in_seg backend field. Call
119 create_program_headers backend routine.
120
121 * elf.c (assign_file_positions_except_relocs): Align non allocated
122 sections when creating an executable.
123
124 * elfcode.h (elf_swap_phdr_in): Make non static.
125 (elf_swap_phdr_out): Make non static.
126 * libelf.h (bfd_elf32_swap_phdr_in): Declare.
127 (bfd_elf32_swap_phdr_out): Declare.
128 (bfd_elf64_swap_phdr_in): Declare.
129 (bfd_elf64_swap_phdr_out): Declare.
130
131 * ecofflink.c (ecoff_collect_shuffle): New static function.
132 (_bfd_ecoff_get_accumulated_pdr): New function.
133 (_bfd_ecoff_get_accumulated_sym): New function.
134 (_bfd_ecoff_get_accumulated_ss): New function.
135 * libbfd-in.h (_bfd_ecoff_get_accumulated_pdr): Declare.
136 (_bfd_ecoff_get_accumulated_sym): Declare.
137 (_bfd_ecoff_get_accumulated_ss): Declare.
138 * libbfd.h: Rebuild.
139
0cb70568
ILT
140Fri Sep 1 13:20:25 1995 Ian Lance Taylor <ian@cygnus.com>
141
d6f672b8
ILT
142 * libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): Fix typo.
143
0cb70568
ILT
144 * elflink.h (elf_link_add_object_symbols): Handle indirect and
145 warning symbols. If any section is named .gnu.warning.XXX, treat
146 the contents as a warning to be issued if the symbol XXX is
147 referenced.
148 (elf_link_output_extsym): For an indirect or warning symbol, just
149 output the symbol it points to.
150
151 * linker.c (_bfd_link_hash_newfunc): Don't bother to set bfd_error
152 if bfd_hash_allocate fails, since it will already be set.
153 (generic_link_hash_newfunc): Likewise.
154 (archive_hash_newfunc): Likewise.
155 (hash_entry_bfd): New static function.
156 (_bfd_generic_link_add_one_symbol): Pass new arguments to warning
157 callback. Allocate a new warning using the hash table newfunc.
158 Use bfd_hash_replace to update the entry in the hash table, rather
159 than assuming we can copy the fields with structure assignment.
160
161 * hash.c (bfd_hash_replace): New function.
162 * bfd-in.h (bfd_hash_replace): Declare.
163 * bfd-in2.h: Rebuild.
164
f14db880
JSC
165Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
166
167 * config.bfd: Add mips*vr4300-*-elf* target.
168 * config/mipsbvr4300.mt: Added.
169
1613e075 170See file ChangeLog.2
e6d739eb 171
41126f15
JK
172\f
173Local Variables:
174mode: indented-text
175left-margin: 8
6ec3bb6a
ILT
176fill-column: 74
177version-control: never
178End:
This page took 0.166351 seconds and 4 git commands to generate.