Commit d0f3d9c2 by Andreas Schwab Committed by Andreas Schwab

* final.c (shorten_branches): Fix last change.

From-SVN: r29160
parent dbc63259
Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
* final.c (shorten_branches): Fix last change.
Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com) Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
* pa.h (ASM_OUTPUT_DOUBLE_INT): Delete. * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
......
...@@ -1027,7 +1027,7 @@ shorten_branches (first) ...@@ -1027,7 +1027,7 @@ shorten_branches (first)
max_labelno = max_label_num (); max_labelno = max_label_num ();
min_labelno = get_first_label_num (); min_labelno = get_first_label_num ();
label_align = (struct label_alignment **) label_align = (struct label_alignment *)
xcalloc ((max_labelno - min_labelno + 1), sizeof (struct label_alignment)); xcalloc ((max_labelno - min_labelno + 1), sizeof (struct label_alignment));
uid_shuid = (int *) xmalloc (max_uid * sizeof *uid_shuid); uid_shuid = (int *) xmalloc (max_uid * sizeof *uid_shuid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment