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