Updating date string for release. 20121127

This commit is contained in:
David Anderson
2012-11-27 11:21:57 -08:00
parent b2c3545cfb
commit 894daed653
7 changed files with 14 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ dwarfdump2/NEWS \
dwarfdump2/print_frames.h \
dwarfdump2/COPYING \
dwarfdump2/print_reloc.cc \
dwarfdump2/print_reloc.h \
dwarfdump2/print_sections.cc \
dwarfdump2/print_sections.h \
dwarfdump2/strstrnocase.cc \
@@ -195,6 +196,11 @@ libdwarf/dwarf_form.c \
libdwarf/gennames.c \
libdwarf/dwarf_harmless.c \
libdwarf/dwarf_harmless.h \
libdwarf/dwarf_reloc_arm.h \
libdwarf/dwarf_reloc_mips.h \
libdwarf/dwarf_reloc_ppc.h \
libdwarf/dwarf_reloc_ppc64.h \
libdwarf/dwarf_reloc_x86_64.h \
libdwarf/pro_util.h \
libdwarf/pro_opaque.h \
libdwarf/pro_reloc_stream.c \

View File

@@ -1,3 +1,5 @@
2012-11-27 David Anderson
* dwarfdump.c, common.c: Update version string.
2012-11-20 David Anderson
* dwarfdump.c, common.c: Update version string.
* print_reloc.c: Inserted missing 'const' qualifiers

View File

@@ -43,7 +43,7 @@
#include "stdafx.h"
#endif /* HAVE_STDAFX_H */
#define DWARFDUMP_VERSION " Tue Nov 20 09:37:08 PST 2012 "
#define DWARFDUMP_VERSION " Tue Nov 27 10:56:14 PST 2012 "
/* The Linux/Unix version does not want a version string to print
unless -V is on the command line. */

View File

@@ -58,7 +58,7 @@ $Header: /plroot/cmplrs.src/v7.4.5m/.RCS/PL/dwarfdump/RCS/dwarfdump.c,v 1.48 200
extern int elf_open(const char *name,int mode);
#endif /* WIN32 */
#define DWARFDUMP_VERSION " Tue Nov 20 09:37:08 PST 2012 "
#define DWARFDUMP_VERSION " Tue Nov 27 10:56:14 PST 2012 "
extern char *optarg;

View File

@@ -1,3 +1,5 @@
2012-11-27 David Anderson
* dwarfdump.cc, common.cc: Update version string.
2012-11-20 David Anderson
* dwarfdump.cc, common.cc: Update version string.
2012-11-17 David Anderson

View File

@@ -36,7 +36,7 @@
#include <string>
#include <iostream>
#include "common.h"
#define DWARFDUMP_VERSION " Tue Nov 20 09:37:08 PST 2012 "
#define DWARFDUMP_VERSION " Tue Nov 27 10:56:14 PST 2012 "
using std::string;
using std::cout;
using std::cerr;

View File

@@ -58,7 +58,7 @@ $Header: /plroot/cmplrs.src/v7.4.5m/.RCS/PL/dwarfdump/RCS/dwarfdump.c,v 1.48 200
#include "common.h"
#include "naming.h"
#include "uri.h"
#define DWARFDUMP_VERSION " Tue Nov 20 09:37:08 PST 2012 "
#define DWARFDUMP_VERSION " Tue Nov 27 10:56:14 PST 2012 "
using std::string;
using std::cout;