* gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
authorFred Fish <fnf@specifix.com>
Sun, 30 May 1993 00:58:55 +0000 (00:58 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 30 May 1993 00:58:55 +0000 (00:58 +0000)
spurious newlines that caused problems.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/wierd.def

index eac7815a9ea7385c1f2de547cdae8a8fba3dd641..eab5011f722d14396553ce720fa99017322327e2 100644 (file)
@@ -1,3 +1,8 @@
+Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
+
+       * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
+       spurious newlines that caused problems.
+
 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * Move test with enums and partial symbols from gdb.t03/ptype.exp
index ffddc5e5436c734991c8e10a71b5f8737942cbaa..42b6abf2ca778cf26e6127a895464b4c91ddbebb 100644 (file)
@@ -255,8 +255,7 @@ STAB ("const70:c=e190=bs2;0;16;,70", N_LSYM, 0)
 STAB("attr38:G@& !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",N_GSYM,attr38)
 
 /* Unrecognized negative type number.  */
-STAB ("bad_neg0type:t201=s8field0:1,0,32;field2:-534,32,64;field3:-1,96,32;;",
-      N_LSYM, 0)
+STAB ("bad_neg0type:t201=s8field0:1,0,32;field2:-534,32,64;field3:-1,96,32;;", N_LSYM, 0)
 
 STAB ("bad_neg0:G201", N_GSYM, bad_neg0)
 
@@ -390,8 +389,7 @@ STAB ("consth:c=e1,4294967296", N_LSYM, 0)
 STAB ("consth2:c=e1,-734723985732642758928475678987234563284937456", N_LSYM, 0)
 
 /* Test a struct constant using S.  */
-STAB ("bad_neg0const:c=S201,128,128,11222211343434345656565677888877",
-      N_LSYM, 0)
+STAB ("bad_neg0const:c=S201,128,128,11222211343434345656565677888877", N_LSYM, 0)
 
 /* Bad filenumbers.  */
 /* This one is totally bogus.  */
This page took 0.030361 seconds and 4 git commands to generate.