aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2023-12-15 12:41:21 +0100
committerJan Beulich <jbeulich@suse.com>2023-12-15 12:41:21 +0100
commitf27110955454028a389d38a7c5017e36b625bdb5 (patch)
tree4a068b70f43c9a8220a9139aabb1629a81fedf16 /gas/config/tc-mips.c
parentd4064aad87f47dac73f9ae2b2c24bae8bb5feabe (diff)
downloadgdb-f27110955454028a389d38a7c5017e36b625bdb5.zip
gdb-f27110955454028a389d38a7c5017e36b625bdb5.tar.gz
gdb-f27110955454028a389d38a7c5017e36b625bdb5.tar.bz2
ELF: drop "push" parameter from obj_elf_change_section()
No caller outside of obj-elf.c cares about the parameter - drop it by introducing an obj-elf.c-internal wrapper. While adding the new function parameter, take the opportunity and change the adjacent boolean one to "bool".
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r--gas/config/tc-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 4d40d56..14b969b 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -16435,7 +16435,7 @@ s_change_section (int ignore ATTRIBUTE_UNUSED)
section_type = SHT_PROGBITS;
obj_elf_change_section (section_name, section_type, section_flag,
- section_entry_size, 0, 0, 0);
+ section_entry_size, 0, false);
}
void