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]

[patch] zap ser-mac.c


Hello,

Just noticed this.  Missed it when zapping the mac host.  The file isn't 
used.  I didn't include the change to ser-mac.c in the patch.

	Andrew
2001-07-07  Andrew Cagney  <ac131313@redhat.com>

	* ser-mac.c: Make obsolete.
	* Makefile.in (ser-mac.o): Ditto.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.91
diff -p -r1.91 Makefile.in
*** Makefile.in	2001/06/28 03:33:26	1.91
--- Makefile.in	2001/07/08 20:07:30
*************** scm-valprint.o: $(defs_h) $(value_h) par
*** 1935,1941 ****
  
  ser-go32.o: ser-go32.c $(defs_h) serial.h 
  
! ser-mac.o: ser-mac.c $(defs_h) serial.h 
  
  ser-pipe.o: ser-pipe.c $(defs_h) serial.h $(gdb_string_h) ser-unix.h
  
--- 1935,1941 ----
  
  ser-go32.o: ser-go32.c $(defs_h) serial.h 
  
! # OBSOLETE ser-mac.o: ser-mac.c $(defs_h) serial.h 
  
  ser-pipe.o: ser-pipe.c $(defs_h) serial.h $(gdb_string_h) ser-unix.h
  

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