* toplev.c (main): Call xmalloc_set_program_name.
* gcc.c (main): Likewise.
From-SVN: r38535
+2000-12-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
+
+ * toplev.c (main): Call xmalloc_set_program_name.
+ * gcc.c (main): Likewise.
+
2000-12-29 Philip Blundell <philb@gnu.org>
* config/arm/arm.c (arm_override_options): Fix typo in warning
--p;
programname = p;
+ xmalloc_set_program_name (programname);
+
#ifdef GCC_DRIVER_HOST_INITIALIZATION
/* Perform host dependant initialization when needed. */
GCC_DRIVER_HOST_INITIALIZATION;
--p;
progname = p;
+ xmalloc_set_program_name (progname);
+
/* LC_CTYPE determines the character set used by the terminal so it has be set
to output messages correctly. */