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]

PATCH: Add some BFD types to gdb_indent.sh


As discussed on gdb@.  This is a list of typedefs, and bfd and asection are
definitely typedefs.  Checked in.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-01-27  Daniel Jacobowitz  <drow@mvista.com>

	* gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.

Index: gdb_indent.sh
===================================================================
RCS file: /cvs/src/src/gdb/gdb_indent.sh,v
retrieving revision 1.5
diff -u -p -r1.5 gdb_indent.sh
--- gdb_indent.sh	13 Jan 2003 23:07:07 -0000	1.5
+++ gdb_indent.sh	27 Jan 2003 21:12:42 -0000
@@ -73,6 +73,7 @@ esac
 
 types="\
 -T FILE \
+-T bfd -T asection \
 -T prgregset_t -T fpregset_t -T gregset_t \
 `cat *.h | sed -n \
     -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_ftype\).*$/-T \1/p' \


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