From 7ed4ad59e91d8bd14807d6ca6a64b93757596df2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 16 Feb 2023 09:15:57 +1030 Subject: Delete PROGRESS macros I don't see much point in cluttering the source with the PROGRESS macros, which of course do nothing at all with the definitions in progress.h. progress.h is unchanged apart from the copyright comment since commit d4d4c53c68f0 in 1994. binutils/ * ar.c: Don't include progress.h, or invoke PROGRESS macros. * nm.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. gas/ * as.h: Don't include progress.h. * as.c: Don't invoke PROGRESS macros. * write.c: Likewise. include/ * progress.h: Delete. ld/ * ldmain.c: Don't include progress.h, or invoke PROGRESS macros. --- gas/as.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 06dfc58..4c5fa9e 100644 --- a/gas/as.h +++ b/gas/as.h @@ -77,9 +77,6 @@ #include "bfd.h" #include "libiberty.h" -/* Define the standard progress macros. */ -#include "progress.h" - /* Other stuff from config.h. */ #ifdef NEED_DECLARATION_ENVIRON extern char **environ; -- cgit v1.1