mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
2001-11-15 H.J. Lu <hjl@gnu.org>
* config/tc-alpha.c (md_apply_fix3): Fix a typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-11-15 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* config/tc-alpha.c (md_apply_fix3): Fix a typo.
|
||||
|
||||
2001-11-15 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* write.c (fixup_segment): Remove referrences to md_apply_fix and
|
||||
|
@ -1119,7 +1119,7 @@ md_pcrel_from (fixP)
|
||||
GPDISP. */
|
||||
|
||||
void
|
||||
md_apply_fix3 (fixP, valueP, seg)
|
||||
md_apply_fix3 (fixP, valP, seg)
|
||||
fixS *fixP;
|
||||
valueT * valP;
|
||||
segT seg;
|
||||
|
Reference in New Issue
Block a user