This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

[patch] gas/config/obj-som.c


2000-04-24  Mark Klein <mklein@dis.com>

         * obj-som.c: Terminate obj_pseudo_table.


Index: obj-som.c
===================================================================
RCS file: /cvs/src/src/gas/config/obj-som.c,v
retrieving revision 1.2
diff -p -r1.2 obj-som.c
*** obj-som.c   2000/02/24 13:37:02     1.2
--- obj-som.c   2000/04/24 21:46:49
*************** static void obj_som_weak PARAMS ((int));
*** 30,36 ****

   const pseudo_typeS obj_pseudo_table[] =
   {
!   {"weak", obj_som_weak, 0}
   };

   static int version_seen = 0;
--- 30,37 ----

   const pseudo_typeS obj_pseudo_table[] =
   {
!   {"weak", obj_som_weak, 0} ,
!   0
   };

   static int version_seen = 0;

--
Mark Klein                                    DIS International, Ltd.
http://www.dis.com                            415-892-8400
PGP Public Key Available
--

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