aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-02-16 09:15:57 +1030
committerAlan Modra <amodra@gmail.com>2023-02-16 21:00:50 +1030
commit7ed4ad59e91d8bd14807d6ca6a64b93757596df2 (patch)
treea0beacff1c2dc37582569dfc5fee98260f521130 /gas/write.c
parent7f27b6b18a0b72372128b2f49f743084776f1c54 (diff)
downloadbinutils-7ed4ad59e91d8bd14807d6ca6a64b93757596df2.zip
binutils-7ed4ad59e91d8bd14807d6ca6a64b93757596df2.tar.gz
binutils-7ed4ad59e91d8bd14807d6ca6a64b93757596df2.tar.bz2
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.
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/write.c b/gas/write.c
index fe9bb3d..8273b7a 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -2328,8 +2328,6 @@ write_object_file (void)
maybe_generate_build_notes ();
#endif
- PROGRESS (1);
-
#ifdef tc_frob_file_before_adjust
tc_frob_file_before_adjust ();
#endif
@@ -2472,8 +2470,6 @@ write_object_file (void)
}
}
- PROGRESS (1);
-
/* Now do any format-specific adjustments to the symbol table, such
as adding file symbols. */
#ifdef tc_adjust_symtab