* news.sc: Add alignment for data segment.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com)
2
3 * news.sc: Add alignment for data segment.
4 * ldtemplate: Add (yet another) script to get for -n or -N
5 options. (These need different alignment than ZMAGIC files.)
6 * Makefile.in: Add stuff for new foo.xn scripts.
7 These are generated by replacing "ALIGN(0x...00)" by ".".
8
9 Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com)
10
11 * Makefile.in: new targets ld.ms, ld-index.ms
12 ld.texinfo: remove tabs, other cleanups for texi2roff
13
14 Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com)
15
16 * ldmain.c (main): Make config.magic_demand_paged be true
17 by default. Don't the WP_TEXT and D_PAGED flags of
18 output_bfd here; it's too late, so set it when output_bfd
19 is created (in ldlang.c). Also fix setting of EXEC_P flag
20 * ldlang.c (ldlang_open_output): Set output_bfd->flags here.
21 * ldlang.c: Remove some duplicate extern declarations.
22 * ldgram.y: Fixes to -N and -n options.
23 * Makefile.in: Recognize upper case letters in sed script
24 to remove assignments from script files.
25 * ldtemplate: Don't assukme that -N or -n options
26 imply use of -r script.
27 * mkscript.c: Tweaking to correctly handle \n and \\ in input.
28
29 Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
30
31 * ldtemplate: include bfd.h before sysdep.h.
32
33 Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
34
35 Restructure configuration scheme for bfd, binutils, ld.
36
37 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
38 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
39 Change some config names to match other dirs.
40 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
41 get defined first.
42 * config/: Rename some config files to match up h-*.h names.
43 Remove all the HOST_SYS definitions from the config files.
44
45 Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
46
47 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
48 * ldtemplate: Remove ldfile_add_library_path calls;
49 just use the SEARCH_DIR commands in the script files.
50 * Makefile.in: Add LIB_PATH macro, which if set is used to replace
51 the SEARCH_DIR commands in the scripts (using ugly sed magic).
52 This is primarily intended for cross-linking, where you would
53 place libaries in a different place than native libraries.
54 Also, emulations made from ldtemplate now use $(srcdir).
55 * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
56 form; people can use the Makefile's LIB_PATH to override.
57
58 Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
59
60 * Makefile.in: fix target ld.dvi, add target ld.info
61 ld.texinfo: make info filename ld.info
62
63 Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com)
64
65 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun
66 Make).
67 * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
68 few BFD types & enums.
69
This page took 0.044261 seconds and 5 git commands to generate.