This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] Fix sparc build; Was: [commit] fix a small compilationfailure in alpha-tdep.c


Just not your day, I just committed the attached. It fixes a build

Wrong attached. I assume I missed another "info." before "osabi".
No, this one was a tipo.

problem for --target=sparc-elf from the above. Remember, you need to check that changes across architectures still build for all architectures.

I've been having a little trouble with building multiple targets.  I'll
give gdb_mbuild.sh another whirl in a bit.
Rebuilding all targets using gdb_mbuild.sh really should be second nature (I just fixed a top level make problem so it should now run much quicker).

Andrew

2003-01-06  Andrew Cagney  <cagney@redhat.com>

	* sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.

Index: sparc-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
retrieving revision 1.58
diff -u -r1.58 sparc-tdep.c
--- sparc-tdep.c	5 Jan 2003 01:39:55 -0000	1.58
+++ sparc-tdep.c	6 Jan 2003 20:02:48 -0000
@@ -3441,5 +3441,5 @@
   fprintf_unfiltered (file, "sparc_dump_tdep: call_dummy_call_offset = %d\n",
 		      tdep->call_dummy_call_offset);
   fprintf_unfiltered (file, "sparc_dump_tdep: print_insn_match = %d\n",
-		      tdep->print_insn_match);
+		      tdep->print_insn_mach);
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]