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