From: Ulrich Drepper Date: Wed, 2 Dec 1998 23:38:04 +0000 (+0000) Subject: Update. X-Git-Tag: gdb-4_18~674 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46be1c93d2191d3b62dd07c512aededbb9ad4013;p=external%2Fbinutils.git Update. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ffbc318..853f9ff 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +1998-12-02 Ulrich Drepper + + * readelf.c (process_mips_specific): Print l_flags in liblist in + textual form. + +1998-11-30 Nick Clifton + + * ar.c (extract_file): Add some paranoia checks for negatively + sized files. + +Tue Nov 24 09:39:24 1998 Nick Clifton + + * stabs.c (DIR_SEPARATOR): Define as '\\' if WIN32 is defined. + Tue Nov 17 10:25:26 1998 Nick Clifton * Makefile.in: Regenerate. @@ -29,7 +43,7 @@ Tue Nov 10 15:31:52 1998 Nick Clifton Wed Nov 4 16:25:55 1998 Nick Clifton - * readelf.c: Add support for the FR30. + * readelf.c: Add support for the FR30. Mon Nov 2 14:59:33 1998 Geoffrey Noer @@ -50,12 +64,12 @@ Tue Oct 27 14:39:00 1998 Nick Clifton * objdump.c (disassemble_bytes): Applied this patch from Philip Blundell : Make address variables unsigned to - avoid problems when disassembling code at high-bit-set addresses. + avoid problems when disassembling code at high-bit-set addresses. Mon Oct 26 14:07:59 1998 Mumit Khan - + * dllwrap.c (strhash): New function. - (main): Use it to supply image base if not supplied by user. + (main): Use it to supply image base if not supplied by user. (program_version): Up to 0.2.4. Mon Oct 26 14:07:59 1998 Mumit Khan @@ -86,7 +100,7 @@ Mon Oct 26 14:07:59 1998 Mumit Khan Mon Oct 26 14:07:59 1998 Mumit Khan * dllwrap.c (mybasename): New function. - (main): Run dlltool to create export definition file and import + (main): Run dlltool to create export definition file and import library file if necessary. Change exp_file_name so that it's based on the dll name. @@ -139,7 +153,7 @@ Tue Oct 6 18:20:10 1998 Geoffrey Noer * Makefile.am (windres_SOURCES): Add resres.c. (windres_OBJECTS): Add resres.o. * Makefile.in: regenerate with automake - + From Anders Norlander . * resres.c: New file. Implementation of read_res_file and write_res_file functions for windres. diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index d5c3472..958eae4 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,5 +1,7 @@ 1998-12-02 Ulrich Drepper + * mips.h: Add more LL_* options from Irix 6.5. + * mips.h: Add R_MIPS_JALR and adjust R_MIPS_max appropriately. Tue Nov 10 15:12:28 1998 Nick Clifton