Merge devo/bfd with GDB's bfd.
[deliverable/binutils-gdb.git] / bfd / libaout.h
index 43195f5bc662b2a1834f358e87e8dc1bf82d689c..35d795b013e86ccdc29c7fa333381b469284d657 100644 (file)
@@ -65,9 +65,8 @@ struct sunexdata {
 
 
 
-/* We case the address of the first element of a asymbol to ensure that the
- * macro is only every applied to an asymbol
- */
+/* We take the address of the first element of an asymbol to ensure that the
+ * macro is only ever applied to an asymbol */
 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
 
 /*#define obj_symbols(bfd) ((((struct sunexdata *) ((bfd)->tdata))->symbols))*/
@@ -75,6 +74,3 @@ struct sunexdata {
 #define obj_arch_flags(bfd) ((((struct sunexdata *) (bfd)->tdata))->arch_flags)
 
 #define get_tdata(x)  ((struct sunexdata *)((x)->tdata))
-#define set_tdata(x,y)  ((x)->tdata = (PTR) (y))
-
-
This page took 0.033534 seconds and 4 git commands to generate.