aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-16 14:12:20 +0000
committerNick Clifton <nickc@redhat.com>1999-05-16 14:12:20 +0000
commit49e315b1a10268f297d4985d60fed19c3b9cd5ae (patch)
tree980ba92e8eee55b13d1bcd87c585650b29c0f155 /binutils/ChangeLog
parent06f2f02a3d3abbedb569804abdd57a6aebad4c07 (diff)
downloadgdb-49e315b1a10268f297d4985d60fed19c3b9cd5ae.zip
gdb-49e315b1a10268f297d4985d60fed19c3b9cd5ae.tar.gz
gdb-49e315b1a10268f297d4985d60fed19c3b9cd5ae.tar.bz2
Add support for generating an mcore-elf dll.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index c24770f..8b39b60 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,19 @@
+1999-05-16 Nick Clifton <nickc@cygnus.com>
+
+ * dlltool.c (deduce_name): New function: Deduce name of program to
+ run.
+ (mcore_elf_out_file): New variable: Name of mcore-elf output file.
+ (mcore_elf_linker): New variable: Name of linker to use.
+ (mcore_elf_linker_flags): New variable: Linker flags to pass.
+ (scan_obj_file): Cache filenames if necessary.
+ (usage): Document new command line options.
+ (main): Support new command line options: -M (generate an
+ mcore-elf output file) -L (name of linker to use) -F (flags to
+ pass to linker).
+ (mcore_elf_cache_filename): Store a filename in a cache.
+ (mcore_elf_gen_out_file): New function: Generate an output file
+ per the mcore-elf spec.
+
1999-05-15 Nick Clifton <nickc@cygnus.com>
* configure.in (BUILD_MISC): Build dlltool for mcore