From 92e023d64f41b652ca05a413414df0795027a1c7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 9 Nov 2004 20:41:57 +0000 Subject: [PATCH] 2004-11-09 Andrew Cagney * values.c: Rename to ... * value.c: ..., new file. * Makefile.in: Update. --- gdb/ChangeLog | 6 ++++++ gdb/Makefile.in | 6 +++--- gdb/{values.c => value.c} | 0 3 files changed, 9 insertions(+), 3 deletions(-) rename gdb/{values.c => value.c} (100%) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3ca6fad..2039a69 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-11-09 Andrew Cagney + + * values.c: Rename to ... + * value.c: ..., new file. + * Makefile.in: Update. + 2004-11-09 Daniel Jacobowitz * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9b2aadf..42da792 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -553,7 +553,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c \ typeprint.c \ ui-out.c utils.c ui-file.h ui-file.c \ user-regs.c \ - valarith.c valops.c valprint.c values.c varobj.c \ + valarith.c valops.c valprint.c value.c varobj.c \ wrapper.c LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c @@ -892,7 +892,7 @@ COMMON_OBS = $(DEPFILES) $(YYOBJ) \ bfd-target.o \ blockframe.o breakpoint.o findvar.o regcache.o \ charset.o disasm.o dummy-frame.o \ - source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o \ + source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o \ block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o \ infcall.o \ infcmd.o infrun.o \ @@ -2689,7 +2689,7 @@ valops.o: valops.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(value_h) $(frame_h) \ valprint.o: valprint.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(value_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) $(language_h) \ $(annotate_h) $(valprint_h) $(floatformat_h) $(doublest_h) -values.o: values.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ +value.o: value.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(value_h) $(gdbcore_h) $(command_h) $(gdbcmd_h) $(target_h) \ $(language_h) $(scm_lang_h) $(demangle_h) $(doublest_h) \ $(gdb_assert_h) $(regcache_h) $(block_h) diff --git a/gdb/values.c b/gdb/value.c similarity index 100% rename from gdb/values.c rename to gdb/value.c -- 2.7.4